1 write to SupportedItemKinds
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionCapabilityHelper.cs (1)
46
SupportedItemKinds
= completionSetting?.CompletionItemKind?.ValueSet?.ToSet() ?? SpecializedCollections.EmptySet<CompletionItemKind>();
1 reference to SupportedItemKinds
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionResultFactory.cs (1)
137
lspItem.Kind = GetCompletionKind(item.Tags, capabilityHelper.
SupportedItemKinds
);