File tree 1 file changed +23
-2
lines changed
1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ will open the current document in VS code at the current cursor position.
55
55
56
56
transform ` 1 apple => private string apple = "apple"; `
57
57
58
- ** HINT:** alt-shift-drag selects a column in VS Code.
59
- ** HINT:** ctrl-shift-➔ selects a word.
58
+ ** HINT:** ` alt-shift-drag ` selects a column in VS Code.
59
+ ** HINT:** ` ctrl-shift-➔ ` selects a word.
60
60
** HINT:** You can copy/paste columns of words.
61
61
62
62
1 apple
@@ -66,3 +66,24 @@ transform `1 apple => private string apple = "apple";`
66
66
5 mango
67
67
6 grape
68
68
7 dragonfruit
69
+
70
+ ## Select Next
71
+
72
+ ** HINT:** ` ctrl-d ` selects the next instance of the current word or selection.
73
+
74
+ Transform:
75
+ ` Lynx => Shark `
76
+ ` Dee => Doo `
77
+
78
+ Baby Lynx
79
+ Dee dee, dee dee dee dee
80
+ Baby Lynx
81
+ Dee dee, dee dee dee dee
82
+ Baby Lynx
83
+ Dee dee, dee dee dee doo
84
+ Baby Lynx
85
+
86
+ ## Expand Selection
87
+
88
+ ** HINT:** Expand selection shortcut: ` shift-alt-➔ `
89
+
You can’t perform that action at this time.
0 commit comments