Searched defs:DocumentFormattingParams (Results 1 – 7 of 7) sorted by relevance
63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error)
2427 type DocumentFormattingParams struct { struct2432 TextDocument TextDocumentIdentifier `json:"textDocument"`2437 Options FormattingOptions `json:"options"`2438 WorkDoneProgressParams
1079 params: lsp_types::DocumentFormattingParams, in handle_formatting()