Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2518 type DocumentOnTypeFormattingParams struct { struct
2523 TextDocument TextDocumentIdentifier `json:"textDocument"`
2528 Position Position `json:"position"`
2533 Ch string `json:"ch"`
2538 Options FormattingOptions `json:"options"`
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2518 type DocumentOnTypeFormattingParams struct { struct
2523 TextDocument TextDocumentIdentifier `json:"textDocument"`
2528 Position Position `json:"position"`
2533 Ch string `json:"ch"`
2538 Options FormattingOptions `json:"options"`
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error)
Dtsprotocol.go2518 type DocumentOnTypeFormattingParams struct { struct
2523 TextDocument TextDocumentIdentifier `json:"textDocument"`
2528 Position Position `json:"position"`
2533 Ch string `json:"ch"`
2538 Options FormattingOptions `json:"options"`
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs323 params: lsp_types::DocumentOnTypeFormattingParams, in handle_on_type_formatting()