142 releases

new 0.1.45 Mar 21, 2024
0.1.44-nightly.2 Feb 18, 2024
0.1.40 Dec 30, 2023
0.1.38 Nov 25, 2023
0.1.11-nightly.0 Nov 28, 2022

#139 in Text editors

Download history 211/week @ 2023-11-30 436/week @ 2023-12-07 322/week @ 2023-12-14 206/week @ 2023-12-21 211/week @ 2023-12-28 256/week @ 2024-01-04 240/week @ 2024-01-11 261/week @ 2024-01-18 233/week @ 2024-01-25 264/week @ 2024-02-01 287/week @ 2024-02-08 688/week @ 2024-02-15 494/week @ 2024-02-22 428/week @ 2024-02-29 596/week @ 2024-03-07 376/week @ 2024-03-14

2,037 downloads per month
Used in 2 crates

MIT/Apache

3MB
78K SLoC

els (erg-language-server)

ELS is a language server for the Erg programming language.

Features

  • Syntax highlighting (by vscode-erg)
  • Code completion
    • Variable completion
    • Method/attribute completion
    • Smart completion (considering type, parameter names, etc.)
    • Auto-import
  • Diagnostics
  • Hover
  • Go to definition
  • Go to implementation
  • Find references
  • Renaming
  • Inlay hint
  • Semantic tokens
  • Code actions
    • eliminate unused variables
    • change variable case
    • extract variables/functions
    • inline variables
  • Code lens
    • show trait implementations
  • Signature help
  • Workspace symbol
  • Document symbol
  • Call hierarchy
  • Folding range
    • Folding imports

Installation

cargo install erg --features els

Dependencies

~4–12MB
~145K SLoC