mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
feat(els): add deep completion
This commit is contained in:
parent
257b38cec7
commit
0744c35517
7 changed files with 280 additions and 69 deletions
|
@ -1034,6 +1034,10 @@ impl Context {
|
|||
attrs
|
||||
}
|
||||
|
||||
pub fn local_dir(&self) -> Dict<&VarName, &VarInfo> {
|
||||
self.type_dir(self)
|
||||
}
|
||||
|
||||
pub(crate) fn mod_cache(&self) -> &SharedModuleCache {
|
||||
&self.shared().mod_cache
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue