Searched refs:TextEdit (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 48 WillSaveWaitUntil(context.Context, *WillSaveTextDocumentParams) ([]TextEdit, error) 63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error) 64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error) 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) 663 func (s *serverDispatcher) WillSaveWaitUntil(ctx context.Context, params *WillSaveTextDocumentParams) ([]TextEdit, error) { 664 var result []TextEdit 783 func (s *serverDispatcher) Formatting(ctx context.Context, params *DocumentFormattingParams) ([]TextEdit, error) { 784 var result []TextEdit 791 func (s *serverDispatcher) RangeFormatting(ctx context.Context, params *DocumentRangeFormattingParams) ([]TextEdit, error) { 792 var result []TextEdit [all...] |
H A D | tsprotocol.go | 2904 /*TextEdit defined: 2905 * An [edit](#TextEdit) which is applied to a document when selecting 2909 TextEdit *TextEdit `json:"textEdit,omitempty"` 2912 * An optional array of additional [text edits](#TextEdit) that are applied when 2915 AdditionalTextEdits []TextEdit `json:"additionalTextEdits,omitempty"` 3007 /*TextEdit defined: 3010 type TextEdit struct { type 3038 Edits []TextEdit `json:"edits"` 3174 Changes *map[string][]TextEdit `jso [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 48 WillSaveWaitUntil(context.Context, *WillSaveTextDocumentParams) ([]TextEdit, error) 63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error) 64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error) 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) 663 func (s *serverDispatcher) WillSaveWaitUntil(ctx context.Context, params *WillSaveTextDocumentParams) ([]TextEdit, error) { 664 var result []TextEdit 783 func (s *serverDispatcher) Formatting(ctx context.Context, params *DocumentFormattingParams) ([]TextEdit, error) { 784 var result []TextEdit 791 func (s *serverDispatcher) RangeFormatting(ctx context.Context, params *DocumentRangeFormattingParams) ([]TextEdit, error) { 792 var result []TextEdit [all...] |
H A D | tsprotocol.go | 2904 /*TextEdit defined: 2905 * An [edit](#TextEdit) which is applied to a document when selecting 2909 TextEdit *TextEdit `json:"textEdit,omitempty"` 2912 * An optional array of additional [text edits](#TextEdit) that are applied when 2915 AdditionalTextEdits []TextEdit `json:"additionalTextEdits,omitempty"` 3007 /*TextEdit defined: 3010 type TextEdit struct { type 3038 Edits []TextEdit `json:"edits"` 3174 Changes *map[string][]TextEdit `jso [all...] |
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
H A D | tsserver.go | 48 WillSaveWaitUntil(context.Context, *WillSaveTextDocumentParams) ([]TextEdit, error) 63 Formatting(context.Context, *DocumentFormattingParams) ([]TextEdit, error) 64 RangeFormatting(context.Context, *DocumentRangeFormattingParams) ([]TextEdit, error) 65 OnTypeFormatting(context.Context, *DocumentOnTypeFormattingParams) ([]TextEdit, error) 663 func (s *serverDispatcher) WillSaveWaitUntil(ctx context.Context, params *WillSaveTextDocumentParams) ([]TextEdit, error) { 664 var result []TextEdit 783 func (s *serverDispatcher) Formatting(ctx context.Context, params *DocumentFormattingParams) ([]TextEdit, error) { 784 var result []TextEdit 791 func (s *serverDispatcher) RangeFormatting(ctx context.Context, params *DocumentRangeFormattingParams) ([]TextEdit, error) { 792 var result []TextEdit [all...] |
H A D | tsprotocol.go | 2904 /*TextEdit defined: 2905 * An [edit](#TextEdit) which is applied to a document when selecting 2909 TextEdit *TextEdit `json:"textEdit,omitempty"` 2912 * An optional array of additional [text edits](#TextEdit) that are applied when 2915 AdditionalTextEdits []TextEdit `json:"additionalTextEdits,omitempty"` 3007 /*TextEdit defined: 3010 type TextEdit struct { type 3038 Edits []TextEdit `json:"edits"` 3174 Changes *map[string][]TextEdit `jso [all...] |
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 224 func (s *server) WillSaveWaitUntil(ctx context.Context, p *lsp.WillSaveTextDocumentParams) ([]lsp.TextEdit, error) { 364 func (s *server) Formatting(ctx context.Context, p *lsp.DocumentFormattingParams) ([]lsp.TextEdit, error) { 420 return []lsp.TextEdit{ 429 func (s *server) RangeFormatting(ctx context.Context, p *lsp.DocumentRangeFormattingParams) ([]lsp.TextEdit, error) { 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]lsp.TextEdit, error) { 443 changes := make([]lsp.TextEdit, len(id.References)) 448 m := map[string][]lsp.TextEdit{}
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/ |
H A D | langsvr.go | 224 func (s *server) WillSaveWaitUntil(ctx context.Context, p *lsp.WillSaveTextDocumentParams) ([]lsp.TextEdit, error) { 364 func (s *server) Formatting(ctx context.Context, p *lsp.DocumentFormattingParams) ([]lsp.TextEdit, error) { 420 return []lsp.TextEdit{ 429 func (s *server) RangeFormatting(ctx context.Context, p *lsp.DocumentRangeFormattingParams) ([]lsp.TextEdit, error) { 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]lsp.TextEdit, error) { 443 changes := make([]lsp.TextEdit, len(id.References)) 448 m := map[string][]lsp.TextEdit{}
|
/third_party/spirv-tools/utils/vscode/src/ |
H A D | langsvr.go | 224 func (s *server) WillSaveWaitUntil(ctx context.Context, p *lsp.WillSaveTextDocumentParams) ([]lsp.TextEdit, error) { 364 func (s *server) Formatting(ctx context.Context, p *lsp.DocumentFormattingParams) ([]lsp.TextEdit, error) { 420 return []lsp.TextEdit{ 429 func (s *server) RangeFormatting(ctx context.Context, p *lsp.DocumentRangeFormattingParams) ([]lsp.TextEdit, error) { 433 func (s *server) OnTypeFormatting(ctx context.Context, p *lsp.DocumentOnTypeFormattingParams) ([]lsp.TextEdit, error) { 443 changes := make([]lsp.TextEdit, len(id.References)) 448 m := map[string][]lsp.TextEdit{}
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserharness.js | 1759 public checkEdits(sourceFileName: string, baselineFileName: string, edits: Services.TextEdit[]) { 1770 public applyEdits(content: string, edits: Services.TextEdit[]): string { 1785 private normalizeEdits(edits: Services.TextEdit[]): Services.TextEdit[] { 1786 var result: Services.TextEdit[] = []; 1788 function mapEdits(edits: Services.TextEdit[]): { edit: Services.TextEdit; index: number; }[] {
|
Completed in 18 milliseconds