squawk_ide/
lib.rs

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