We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdcc2a0 + ebc331e commit b3f847cCopy full SHA for b3f847c
Tips/vscodehotkeys
@@ -0,0 +1,17 @@
1
+ctrl+p - open command pallette, search project files
2
+alt+left - return to previous location
3
+alt+shift+f - format code
4
+alt+shift+right - widen selection scope
5
+alt+shift+left - narrow selection scope
6
+alt+up - move selected lines up
7
+alt+down - move selected lines down
8
+alt+shift+up - copy selected lines up
9
+alt+shift+down - copy selected lines down
10
+ctrl+shift+f - search all project files
11
+ctrl+tab - move through recent file list
12
+ctrl+shift+tab - move backwards through recent file list
13
+f12 - rename variable
14
+ctrl+enter - insert line below
15
+ctrl+shift+enter - insert line above
16
+ctrl+shift+l - select all instances of selected text
17
+ctrl+shift+k - delete lines
0 commit comments