mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Added local macro goto
This commit is contained in:
parent
12629d5e4f
commit
8198e13c26
9 changed files with 97 additions and 6 deletions
|
@ -73,6 +73,7 @@ impl Conv for CompletionItemKind {
|
|||
CompletionItemKind::Static => Value,
|
||||
CompletionItemKind::Method => Method,
|
||||
CompletionItemKind::TypeParam => TypeParameter,
|
||||
CompletionItemKind::Macro => Method,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue