mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Do name resolution by namespace (types/values)
This commit is contained in:
parent
b5b68f2094
commit
4ff1618520
10 changed files with 212 additions and 84 deletions
|
@ -55,6 +55,8 @@ impl Conv for CompletionItemKind {
|
|||
CompletionItemKind::Snippet => Snippet,
|
||||
CompletionItemKind::Module => Module,
|
||||
CompletionItemKind::Function => Function,
|
||||
CompletionItemKind::Struct => Struct,
|
||||
CompletionItemKind::Enum => Enum,
|
||||
CompletionItemKind::Binding => Variable,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue