Home
last modified time | relevance | path

Searched defs:DocumentRangeFormattingParams (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2470 type DocumentRangeFormattingParams struct { struct
2475 TextDocument TextDocumentIdentifier `json:"textDocument"`
2480 Range Range `json:"range"`
2485 Options FormattingOptions `json:"options"`
2486 WorkDoneProgressParams
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2470 type DocumentRangeFormattingParams struct { struct
2475 TextDocument TextDocumentIdentifier `json:"textDocument"`
2480 Range Range `json:"range"`
2485 Options FormattingOptions `json:"options"`
2486 WorkDoneProgressParams
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2470 type DocumentRangeFormattingParams struct { struct
2475 TextDocument TextDocumentIdentifier `json:"textDocument"`
2480 Range Range `json:"range"`
2485 Options FormattingOptions `json:"options"`
2486 WorkDoneProgressParams
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs1088 params: lsp_types::DocumentRangeFormattingParams, in handle_range_formatting()