# els (erg-language-server)
ELS is a language server for the [Erg](https://github.com/erg-lang/erg) programming language.
## Features
- [x] Syntax highlighting (by [vscode-erg](https://github.com/erg-lang/vscode-erg))
- [x] Code completion
- [x] Variable completion
- [x] Method/attribute completion
- [x] Diagnostics
- [x] Hover
- [x] Go to definition
- [ ] Go to implementation
- [x] Find references
- [x] Renaming
- [x] Inlay hint
- [x] Semantic tokens
- [ ] Code actions
- [ ] Code lens
## Installation
```console
cargo install erg --features els
```