els 0.1.21

An Erg compiler frontend for IDEs, implements LSP.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod code_action;
mod code_lens;
mod command;
mod completion;
mod definition;
mod diagnostics;
mod file_cache;
mod hir_visitor;
mod hover;
mod inlay_hint;
mod message;
mod references;
mod rename;
mod semantic;
mod server;
mod sig_help;
mod util;
pub use server::*;