This is a draft cheat sheet. It is a work in progress and is not finished yet.
other
ctrl+shift+] |
Find other bracket |
command pallet + reload window |
Reload vscode |
Win+delete |
Delete file |
common
shift+alt+F |
Format code |
alt+F12 |
Peek |
shift+F12 |
Find all references |
F12 |
Go to definition |
ctrl+p |
Go to file |
ctrl+shift+p |
Command |
Ctrl+1,2,3 |
Go to pane #1, #2, #3 |
Ctrl+b |
Show/Hide control pane |
F11 |
Full screen |
|
|
multicursor
ctrl+F2 |
Select several variables in the current file |
alt+click |
Split the cursor everywhere you clicked |
Markdown
Ctrl+shift+v |
Preview |
ctrl+spacebar |
Shows the available formatting |
JSON
Ctrl+Shift+. |
Toogle values from JSON schema |
|
|
command panel
Ctrl+Shift+o |
find symbol in the current file |
Ctrl+shift+p |
find a command |
Ctrl+Shift+c |
open DOS command prompt |
Debugging
F5 |
Run/Pause/Run to cursor |
Shift+F5 |
Stop |
F10 |
Step over |
F11 |
Step into |
Shift+F11 |
Step out |
F9 |
Toggle breakpoint |
Editor
Shift+Alt+up |
Copy up the block code selected |
shift+alt+down |
Copy down the block code selected |
|