2 references to TextDocumentOnTypeFormattingName
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
21
[Method(Methods.
TextDocumentOnTypeFormattingName
)]
Protocol\Methods.Document.cs (1)
564
public static readonly LspRequest<DocumentOnTypeFormattingParams, TextEdit[]?> TextDocumentOnTypeFormatting = new(
TextDocumentOnTypeFormattingName
);