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
781 struct DocumentFormattingParams { struct785 bool fromJSON(const llvm::json::Value &, DocumentFormattingParams &, argument