Searched defs:OnTypeFormatting (Results 1 – 10 of 10) sorted by relevance
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) methodSpec 799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingPa… func
|
| D | tsprotocol.go | 684 OnTypeFormatting *DocumentOnTypeFormattingClientCapabilities `json:"onTypeFormatting,omitempty"` member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) methodSpec 799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingPa… func
|
| D | tsprotocol.go | 684 OnTypeFormatting *DocumentOnTypeFormattingClientCapabilities `json:"onTypeFormatting,omitempty"` member
|
| /third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
| D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) methodSpec 799 func (s *serverDispatcher) OnTypeFormatting(ctx context.Context, params *DocumentOnTypeFormattingPa… func
|
| D | tsprotocol.go | 684 OnTypeFormatting *DocumentOnTypeFormattingClientCapabilities `json:"onTypeFormatting,omitempty"` member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
| D | langsvr.go | 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls… func
|
| /third_party/spirv-tools/utils/vscode/src/ |
| D | langsvr.go | 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls… func
|
| /third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
| D | langsvr.go | 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]ls… func
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/ |
| D | lsp_ext.rs | 643 pub enum OnTypeFormatting {} enum 645 impl Request for OnTypeFormatting { implementation
|