achitek-ls 0.2.0

achitekfile language server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod completion;
mod definition;
mod did_change;
mod did_close;
mod did_open;
mod document_symbol;
mod folding_range;
mod formatting;
mod hover;
pub mod notification;
mod prepare_rename;
mod references;
mod rename;
pub mod request;
mod selection_range;
mod workspace_symbol;