feat(lsp): bring over some stuff for completions, it basically doesn't work right though
This commit is contained in:
@@ -125,6 +125,10 @@ where
|
||||
self.checked_modules.values().cloned().collect()
|
||||
}
|
||||
|
||||
pub fn importable_modules(&self) -> Vec<String> {
|
||||
self.module_types.keys().cloned().collect()
|
||||
}
|
||||
|
||||
pub fn checkpoint(&self) -> Checkpoint {
|
||||
Checkpoint {
|
||||
module_types: self.module_types.clone(),
|
||||
|
||||
Reference in New Issue
Block a user