Home
last modified time | relevance | path

Searched defs:OnTypeFormatting (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) methodSpec
799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingPa… func
Dtsprotocol.go684 OnTypeFormatting *DocumentOnTypeFormattingClientCapabilities `json:"onTypeFormatting,omitempty"` member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsserver.go65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) methodSpec
799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingPa… func
Dtsprotocol.go684 OnTypeFormatting *DocumentOnTypeFormattingClientCapabilities `json:"onTypeFormatting,omitempty"` member
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dtsserver.go65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) methodSpec
799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingPa… func
Dtsprotocol.go684 OnTypeFormatting *DocumentOnTypeFormattingClientCapabilities `json:"onTypeFormatting,omitempty"` member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/
Dlangsvr.go433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls… func
/third_party/spirv-tools/utils/vscode/src/
Dlangsvr.go433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls… func
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/
Dlangsvr.go433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls… func
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlsp_ext.rs643 pub enum OnTypeFormatting {} enum
645 impl Request for OnTypeFormatting { implementation