VS Code Cheat Sheet (Basics)
Basics
1. CTRL+SHIFT+N
New Window/instance
2. CTRL+SHIFT+W
Close Window/instance
3. CTRL+SHIFT+P or F1
Show Command Palette
4. CTRL+P
Quick Open, Go to File
5. CTRL+
User Settings
6. CTRL+K or CTRL+S
Keyboard Shortcuts
7. CTRL+C
Copy line (Empty selection)
8. CTRL+X
Cut line (Empty selection)
9. ALT+ ↑/↓
Move Line up/down
10. SHIFT+ALT+↓/↑
Copy Line up/down
11. CTRL+SHIFT+K
Delete Line
12. CTRL+SHIFT+ENTER
Insert Line Above
13. CTRL+HOME
Go to beginning of file
14. CTRL+END
Go to endof file
15. HOME / END
Go to beginning/end of file
16. CTRL+ ↑/↓
Scroll line up / down
17. CTRL+SHIFT+\
Jump to matching bracket
18. CTRL+ENTER
Insert line below Basic editing
19. CTRL+] / [
Indent / outdent line
20. CTRL+SHIFT+[
Fold (Collapse) region
21. CTRL+SHIFT+]
Unfold (UnCollapse) region
22. ALT+PageUp / PageDown
Scroll Page up / down Basic Editing
23. CTRL+/
Toggle line comment
24. ALT+Z
Toggle Word Wrap
25. CTRL+K or CTRL+U
Remove line comment Navigation
26. CTRL+T
Show all Symbols
27. CTRL+P
Go to File
28. CTRL+K or CTRL+[
Fold (Collapse) all subregions
29. CTRL+K or CTRL+O
Fold (Collapse) all regions
30. CTRL+K or CTRL+J
UnFold (Collapse) all regions/subregions
31. CTRL+K or CTRL+C
Add Line Comment
32. CTRL+SHIFT+O
Go to Symbol
33. CTRL+G
Go to Line Navigation
34. CTRL+SHIFT+M
Show Problems Panel
35. SHIFT+F8
Go to Previous error or warning
36. CTRL+SHIFT+TAB
Navigate editor group history
37. F8
Go to next error or warning