4 references to Character
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (3)
49
if (string.IsNullOrEmpty(request.
Character
) || SyntaxFacts.IsNewLine(request.
Character
[0]))
57
if (!formattingService.ShouldFormatOnTypedCharacter(documentSyntax, request.
Character
[0], position, cancellationToken))
Protocol\DocumentOnTypeFormattingParams.cs (1)
27
/// by the <see cref="
Character
"/> property got typed.