# els (erg-language-server)
ELS is a language server for the [Erg](https://github.com/erg-lang/erg) programming language.
## Features currently implemented
- Code completion
- Variable completion
- Method/attribute completion
- Diagnostics
- Hover
- Jump to definition
- Syntax highlighting (by [vscode-erg](https://github.com/erg-lang/vscode-erg))
## Editor support
- [Visual Studio Code](https://github.com/erg-lang/vscode-erg)
## Installation
```console
cargo install els
```