squawk_ide/lib.rs
1mod binder;
2mod classify;
3pub mod code_actions;
4pub mod column_name;
5pub mod document_symbols;
6pub mod expand_selection;
7pub mod find_references;
8mod generated;
9pub mod goto_definition;
10pub mod hover;
11pub mod inlay_hints;
12mod offsets;
13mod quote;
14mod resolve;
15mod scope;
16mod symbols;
17#[cfg(test)]
18pub mod test_utils;