202 releases

new 0.1.64-nightly.0 Jan 17, 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

#169 in Text editors

Download history 623/week @ 2024-09-25 661/week @ 2024-10-02 377/week @ 2024-10-09 855/week @ 2024-10-16 126/week @ 2024-10-23 349/week @ 2024-10-30 301/week @ 2024-11-06 97/week @ 2024-11-13 386/week @ 2024-11-20 165/week @ 2024-11-27 205/week @ 2024-12-04 449/week @ 2024-12-11 315/week @ 2024-12-18 853/week @ 2024-12-25 439/week @ 2025-01-01 177/week @ 2025-01-08

1,851 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–41MB
~608K SLoC