212 releases

0.1.65-nightly.5 Feb 25, 2025
0.1.64-nightly.1 Jan 29, 2025
0.1.63-nightly.0 Dec 29, 2024
0.1.61-nightly.0 Nov 26, 2024
0.1.11-nightly.0 Nov 28, 2022

#263 in Text editors

Download history 802/week @ 2024-12-27 338/week @ 2025-01-03 259/week @ 2025-01-10 472/week @ 2025-01-17 307/week @ 2025-01-24 177/week @ 2025-01-31 487/week @ 2025-02-07 426/week @ 2025-02-14 1299/week @ 2025-02-21 302/week @ 2025-02-28 89/week @ 2025-03-07 99/week @ 2025-03-14 67/week @ 2025-03-21 98/week @ 2025-03-28 80/week @ 2025-04-04 82/week @ 2025-04-11

348 downloads per month
Used in 2 crates

MIT/Apache

3.5MB
91K 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

~4–39MB
~572K SLoC