improved suggestions
This commit is contained in:
@@ -726,7 +726,7 @@ func suggestObjects(filter string) *CompletionList {
|
|||||||
|
|
||||||
if match {
|
if match {
|
||||||
items = append(items, CompletionItem{
|
items = append(items, CompletionItem{
|
||||||
Label: node.RealName,
|
Label: node.Name,
|
||||||
Kind: 6, // Variable
|
Kind: 6, // Variable
|
||||||
Detail: node.Metadata["Class"],
|
Detail: node.Metadata["Class"],
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user