mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-19 18:55:01 +00:00
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:
parent
32d74194c0
commit
1f5f38895d
28 changed files with 666 additions and 69 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue