Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 16, 2021 09:50 pm GMT

12 VS Code Shortcuts To CodeFaster!

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


Original Link: https://dev.to/mrslima/12-vs-code-shortcuts-to-code-faster-55m5

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To