4 references to DocumentOnTypeFormattingParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\Formatting\FormatDocumentOnTypeHandler.cs (3)
22
internal sealed class FormatDocumentOnTypeHandler : ILspServiceDocumentRequestHandler<
DocumentOnTypeFormattingParams
, TextEdit[]?>
36
public TextDocumentIdentifier GetTextDocumentIdentifier(
DocumentOnTypeFormattingParams
request) => request.TextDocument;
39
DocumentOnTypeFormattingParams
request,
Protocol\Methods.Document.cs (1)
564
public static readonly LspRequest<
DocumentOnTypeFormattingParams
, TextEdit[]?> TextDocumentOnTypeFormatting = new(TextDocumentOnTypeFormattingName);