Skip to content

Commit b3f847c

Browse files
authored
Merge pull request #6 from lynnlangit/patch-1
adding vscode hotkeys tip file
2 parents bdcc2a0 + ebc331e commit b3f847c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Tips/vscodehotkeys

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)