Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2427 type DocumentFormattingParams struct { struct
2432 TextDocument TextDocumentIdentifier `json:"textDocument"`
2437 Options FormattingOptions `json:"options"`
2438 WorkDoneProgressParams
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2427 type DocumentFormattingParams struct { struct
2432 TextDocument TextDocumentIdentifier `json:"textDocument"`
2437 Options FormattingOptions `json:"options"`
2438 WorkDoneProgressParams
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2427 type DocumentFormattingParams struct { struct
2432 TextDocument TextDocumentIdentifier `json:"textDocument"`
2437 Options FormattingOptions `json:"options"`
2438 WorkDoneProgressParams
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs1079 params: lsp_types::DocumentFormattingParams, in handle_formatting()