Searched defs:DocumentRangeFormattingParams (Results 1 – 6 of 6) sorted by relevance
64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)
2470 type DocumentRangeFormattingParams struct { struct2475 TextDocument TextDocumentIdentifier `json:"textDocument"`2480 Range Range `json:"range"`2485 Options FormattingOptions `json:"options"`2486 WorkDoneProgressParams