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