feat: add def use analysis for module items (#25)

* feat: analyze lexical hierarchy for import items

* feat: add def use analysis for module items
This commit is contained in:
Myriad-Dreamin 2024-03-13 12:05:28 +08:00 committed by GitHub
parent 32d74194c0
commit 1f5f38895d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 666 additions and 69 deletions

View file

@ -62,7 +62,7 @@ fn filter_document_symbols(
SymbolInformation {
name: e.info.name.clone(),
kind: e.info.kind.try_into().unwrap(),
kind: e.info.kind.clone().try_into().unwrap(),
tags: None,
deprecated: None,
location: LspLocation {