We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacfe2a commit 5026b89Copy full SHA for 5026b89
data/fixtures/recorded/modifiers/changeInside.yml
@@ -0,0 +1,26 @@
1
+languageId: python
2
+command:
3
+ version: 7
4
+ spokenForm: change inside
5
+ action:
6
+ name: clearAndSetSelection
7
+ target:
8
+ type: primitive
9
+ modifiers:
10
+ - {type: interiorOnly}
11
+ usePrePhraseSnapshot: false
12
+initialState:
13
+ documentContents: |-
14
+ def testing():
15
+ pass
16
+ selections:
17
+ - anchor: {line: 0, character: 0}
18
+ active: {line: 0, character: 0}
19
+ marks: {}
20
+finalState:
21
22
23
+
24
25
+ - anchor: {line: 1, character: 4}
26
+ active: {line: 1, character: 4}
0 commit comments