200 releases

0.1.63-nightly.3 Jan 4, 2025
0.1.63-nightly.0 Dec 29, 2024
0.1.61-nightly.0 Nov 26, 2024
0.1.52 Jul 24, 2024
0.1.11-nightly.0 Nov 28, 2022

#161 in Text editors

Download history 505/week @ 2024-09-24 806/week @ 2024-10-01 229/week @ 2024-10-08 990/week @ 2024-10-15 154/week @ 2024-10-22 290/week @ 2024-10-29 341/week @ 2024-11-05 108/week @ 2024-11-12 283/week @ 2024-11-19 278/week @ 2024-11-26 196/week @ 2024-12-03 396/week @ 2024-12-10 233/week @ 2024-12-17 989/week @ 2024-12-24 414/week @ 2024-12-31 110/week @ 2025-01-07

1,864 downloads per month
Used in 2 crates

MIT/Apache

3.5MB
90K 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–40MB
~608K SLoC