|
| 1 | +languageId: typescript |
| 2 | +command: |
| 3 | + version: 1 |
| 4 | + spokenForm: bring argue ox and zip to after just leper |
| 5 | + action: replaceWithTarget |
| 6 | + targets: |
| 7 | + - type: list |
| 8 | + elements: |
| 9 | + - type: primitive |
| 10 | + modifier: {type: containingScope, scopeType: argumentOrParameter, includeSiblings: false} |
| 11 | + mark: {type: decoratedSymbol, symbolColor: default, character: o} |
| 12 | + - type: primitive |
| 13 | + mark: {type: decoratedSymbol, symbolColor: default, character: z} |
| 14 | + - type: primitive |
| 15 | + position: after |
| 16 | + modifier: {type: toRawSelection} |
| 17 | + mark: {type: decoratedSymbol, symbolColor: default, character: (} |
| 18 | +initialState: |
| 19 | + documentContents: |- |
| 20 | + function helloWorld(foo: string, bar: number, baz: string) { |
| 21 | +
|
| 22 | + } |
| 23 | +
|
| 24 | + function bongo() { |
| 25 | + |
| 26 | + } |
| 27 | + selections: |
| 28 | + - anchor: {line: 3, character: 0} |
| 29 | + active: {line: 3, character: 0} |
| 30 | + marks: |
| 31 | + default.o: |
| 32 | + start: {line: 0, character: 20} |
| 33 | + end: {line: 0, character: 23} |
| 34 | + default.z: |
| 35 | + start: {line: 0, character: 46} |
| 36 | + end: {line: 0, character: 49} |
| 37 | + default.(: |
| 38 | + start: {line: 4, character: 14} |
| 39 | + end: {line: 4, character: 15} |
| 40 | +finalState: |
| 41 | + documentContents: |- |
| 42 | + function helloWorld(foo: string, bar: number, baz: string) { |
| 43 | +
|
| 44 | + } |
| 45 | +
|
| 46 | + function bongo(foo: string, baz: string) { |
| 47 | + |
| 48 | + } |
| 49 | + selections: |
| 50 | + - anchor: {line: 3, character: 0} |
| 51 | + active: {line: 3, character: 0} |
| 52 | + thatMark: |
| 53 | + - anchor: {line: 4, character: 15} |
| 54 | + active: {line: 4, character: 39} |
| 55 | + sourceMark: |
| 56 | + - anchor: {line: 0, character: 20} |
| 57 | + active: {line: 0, character: 31} |
| 58 | + - anchor: {line: 0, character: 46} |
| 59 | + active: {line: 0, character: 57} |
| 60 | +fullTargets: [{type: list, elements: [{type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: o}, selectionType: token, position: contents, insideOutsideType: null, modifier: {type: containingScope, scopeType: argumentOrParameter, includeSiblings: false}, isImplicit: false}, {type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: z}, selectionType: token, position: contents, insideOutsideType: null, modifier: {type: containingScope, scopeType: argumentOrParameter, includeSiblings: false}, isImplicit: false}]}, {type: primitive, mark: {type: decoratedSymbol, symbolColor: default, character: (}, selectionType: token, position: after, insideOutsideType: null, modifier: {type: toRawSelection}, isImplicit: false}] |
0 commit comments