Use cached module scopes for completion
This commit is contained in:
@@ -62,6 +62,11 @@ impl LocalSyntaxPtr {
|
||||
local: self,
|
||||
}
|
||||
}
|
||||
|
||||
// Seems unfortunate to expose
|
||||
pub(crate) fn range(self) -> TextRange {
|
||||
self.range
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user