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