cairo-language-server 2.20.0

The Cairo Language Server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod analysis_progress;
pub mod code_actions;
pub mod code_lens;
pub mod completion;
mod doc_links;
pub mod format;
pub mod hover;
pub mod inlay_hints;
pub mod introspection;
pub mod macros;
mod markdown;
pub mod navigation;
pub mod scarb_toml;
pub mod semantic_highlighting;