mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
actually produce missing def kinds
This commit is contained in:
parent
19136cde00
commit
f193fbcbae
7 changed files with 122 additions and 8 deletions
|
@ -65,6 +65,10 @@ impl Conv for CompletionItemKind {
|
|||
CompletionItemKind::EnumVariant => EnumMember,
|
||||
CompletionItemKind::Binding => Variable,
|
||||
CompletionItemKind::Field => Field,
|
||||
CompletionItemKind::Trait => Interface,
|
||||
CompletionItemKind::TypeAlias => Struct,
|
||||
CompletionItemKind::Const => Constant,
|
||||
CompletionItemKind::Static => Value,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue