This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: _IpMMzbd8XSHYkZ_E1Fm-bjXDMNrkRs3mi9aNpAF55A
Cover

Code Faster: 12 VS Code Shortcuts

Written by @danielalima | Published on 2021/10/17

TL;DR
1. Quick file open: Ctrl + P 2. Show terminal: Ctrl + backtick 3. Zen mode: Ctrl + K, then Z 5. Switch between editors: Ctrl + 1, Ctrl + 2... 6. Multi cursor selection: Alt + Click or Ctrl + Alt + Up/Down

Some of these tips I took from VS Code documentation. I recommend you to take a look.

📃VS Code docs.

1. Quick file open: Ctrl + P

QuickFileOpenPIC

2. Show terminal: Ctrl + backtick

ShowTerminalPIC

3. Zen mode: Ctrl + K, then Z

ZenMondePIC

4. Open new editor: Ctrl + \

SplitEditorPIC

5. Switch between editors: Ctrl + 1, Ctrl + 2...

NavigateEditorPIC

6. Multi cursor selection: Alt + Click or Ctrl + Alt + Up/Down

MultiCursorPIC

7. You can also add additional cursors to all occurrences of the current selection: Ctrl + Shift + L

AllOcurPIC

8. Or if you want to select only the next occurrence: Ctrl + D

OneByOnePIC

9. Copy line up / down: Shift + Alt + Up/Down

CopyLinePIC

10. Move line up and down: Alt + Up/Down

MoveLinePIC

11. Code formatting: Shift + Alt + F (whole document)

FormatPIC

12. Rename: F2

RenamePIC

😎 You might also like Python Typing.

📫 Where to find me: All my links.

[story continues]


Written by
@danielalima
Computer Science student & SAP CPI/PO Consultant. Amateur writer.

Topics and
tags
vscode|coding-tips|tips-and-tricks|time-management|programming-tips|beginners-guide|vs-code-shortcuts|vs-code-tutorial
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: _IpMMzbd8XSHYkZ_E1Fm-bjXDMNrkRs3mi9aNpAF55A