1 write to AllCommitCharacters
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
DefaultCapabilitiesProvider.cs (1)
67
AllCommitCharacters
= commitCharacters,
6 references to AllCommitCharacters
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Protocol\CompletionItem.cs (2)
279
/// If present, this will override <see cref="CompletionOptions.
AllCommitCharacters
"/>.
280
/// If absent, <see cref="CompletionOptions.
AllCommitCharacters
"/> will be used instead.
Protocol\CompletionOptions.cs (1)
50
/// If a server provides both <see cref="
AllCommitCharacters
"/> and commit characters on
Protocol\Internal\VSInternalCompletionItem.cs (2)
39
/// If present, client will use this value instead of <see cref="CompletionOptions.
AllCommitCharacters
"/>.
40
/// If absent, client will default to <see cref="CompletionOptions.
AllCommitCharacters
"/>.
Protocol\Internal\VSInternalCompletionList.cs (1)
56
/// If set, overrides <see cref="CompletionOptions.
AllCommitCharacters
" />.