cairo-language-server 2.17.0

The Cairo Language Server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod analysis;
mod code_actions;
mod code_lens;
mod completions;
mod document_highlight;
mod external_tools_config;
mod find_references;
mod goto_definition;
mod hover;
mod inlay_hints;
mod linter;
mod macros;
mod no_config_reload;
mod rename;
mod scarb;
mod semantic_tokens;
mod support;
mod workspace_configuration;