|
| 1 | +languageId: typescript |
| 2 | +command: |
| 3 | + version: 7 |
| 4 | + spokenForm: pour state air and line bat |
| 5 | + action: |
| 6 | + name: editNewLineAfter |
| 7 | + target: |
| 8 | + type: list |
| 9 | + elements: |
| 10 | + - type: primitive |
| 11 | + mark: {type: decoratedSymbol, symbolColor: default, character: a} |
| 12 | + modifiers: |
| 13 | + - type: containingScope |
| 14 | + scopeType: {type: statement} |
| 15 | + - type: primitive |
| 16 | + mark: {type: decoratedSymbol, symbolColor: default, character: b} |
| 17 | + modifiers: |
| 18 | + - type: containingScope |
| 19 | + scopeType: {type: line} |
| 20 | + usePrePhraseSnapshot: false |
| 21 | +initialState: |
| 22 | + documentContents: | |
| 23 | + function aaa() { |
| 24 | + } |
| 25 | +
|
| 26 | + // bbb |
| 27 | + selections: |
| 28 | + - anchor: {line: 4, character: 0} |
| 29 | + active: {line: 4, character: 0} |
| 30 | + marks: |
| 31 | + default.a: |
| 32 | + start: {line: 0, character: 9} |
| 33 | + end: {line: 0, character: 12} |
| 34 | + default.b: |
| 35 | + start: {line: 3, character: 3} |
| 36 | + end: {line: 3, character: 6} |
| 37 | +finalState: |
| 38 | + documentContents: |+ |
| 39 | + function aaa() { |
| 40 | + } |
| 41 | +
|
| 42 | +
|
| 43 | + // bbb |
| 44 | +
|
| 45 | + selections: |
| 46 | + - anchor: {line: 2, character: 0} |
| 47 | + active: {line: 2, character: 0} |
| 48 | + - anchor: {line: 5, character: 0} |
| 49 | + active: {line: 5, character: 0} |
| 50 | + thatMark: |
| 51 | + - type: UntypedTarget |
| 52 | + contentRange: |
| 53 | + start: {line: 0, character: 0} |
| 54 | + end: {line: 1, character: 1} |
| 55 | + isReversed: false |
| 56 | + hasExplicitRange: true |
| 57 | + - type: UntypedTarget |
| 58 | + contentRange: |
| 59 | + start: {line: 4, character: 0} |
| 60 | + end: {line: 4, character: 6} |
| 61 | + isReversed: false |
| 62 | + hasExplicitRange: true |
0 commit comments