189 releases

new 0.1.61-nightly.0 Nov 26, 2024
0.1.59-nightly.4 Oct 20, 2024
0.1.52 Jul 24, 2024
0.1.45 Mar 21, 2024
0.1.11-nightly.0 Nov 28, 2022

#188 in Text editors

Download history 345/week @ 2024-08-05 374/week @ 2024-08-12 532/week @ 2024-08-19 147/week @ 2024-08-26 619/week @ 2024-09-02 88/week @ 2024-09-09 300/week @ 2024-09-16 513/week @ 2024-09-23 768/week @ 2024-09-30 233/week @ 2024-10-07 960/week @ 2024-10-14 217/week @ 2024-10-21 150/week @ 2024-10-28 443/week @ 2024-11-04 157/week @ 2024-11-11 279/week @ 2024-11-18

1,042 downloads per month
Used in 2 crates

MIT/Apache

3.5MB
89K 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 type 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
  • Document highlight
  • Document link
  • Call hierarchy
  • Folding range
    • Folding imports
  • Selection range

Installation

cargo install erg --features els

Dependencies

~5–42MB
~665K SLoC