Searched refs:OnTypeFormatting (Results 1 – 9 of 9) sorted by relevance
/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 496 resp, err := h.server.OnTypeFormatting(ctx, ¶ms) 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/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | tsserver.go | 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) methodSpec 496 resp, err := h.server.OnTypeFormatting(ctx, ¶ms) 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 496 resp, err := h.server.OnTypeFormatting(ctx, ¶ms) 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 | 431 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
|