Show Menu
Cheatography

vscode Cheat Sheet (DRAFT) by

Cheat sheet for visual studio code

This is a draft cheat sheet. It is a work in progress and is not finished yet.

other

ctrl+s­hift+]
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+s­hift+p
Command
Ctrl+1,2,3
Go to pane #1, #2, #3
Ctrl+b
Show/Hide control pane
F11
Full screen
 

multic­ursor

ctrl+F2
Select several variables in the current file
alt+click
Split the cursor everywhere you clicked

Error

F8
Shows next error

Markdown

Ctrl+s­hift+v
Preview
ctrl+s­pacebar
Shows the available formatting

Git

cmd+enter
Commit

JSON

Ctrl+S­hift+.
Toogle values from JSON schema
 

command panel

Ctrl+S­hift+o
find symbol in the current file
Ctrl+s­hift+p
find a command
Ctrl+S­hift+c
open DOS command prompt

Debugging

F5
Run/Pa­use/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