VS Code: the most popular hotkeys
Sep 5, 2017 2m
Popular hotkeys in Visual Studio Code.
You cannot remember or use all the shortcut keys. There are tons of supported hotkeys from the full list. So I only list the most popular keys (80% use-time
).
Key | Command | Note |
---|---|---|
Ctrl + X | Cut line (empty selection) | Can use as line delete |
Ctrl + F | Find | Use Ctrl + Shift + F to search all |
Ctrl + H | Replace | Use Ctrl + Shift + H to replace all |
Ctrl + P | Go to File…, Quick Open | |
Ctrl + ` | Toggle Integrated Terminal |
Please comment if you find some shortcut keys which are really useful :).