3 references to VsCommitCharacters
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Protocol\Internal\Efficiency\OptimizedVSCompletionListJsonConverter.cs (2)
119
if (vsCompletionItem.
VsCommitCharacters
?.Value is string[] basicCommitCharacters
131
else if (vsCompletionItem.
VsCommitCharacters
?.Value is VSInternalCommitCharacter[] augmentedCommitCharacters
Protocol\Internal\VSInternalCompletionList.cs (1)
53
/// Gets or sets the default <see cref="CompletionItem.CommitCharacters"/> or <see cref="VSInternalCompletionItem.
VsCommitCharacters
"/> used for completion items.