Skip to content

Latest commit

 

History

History
93 lines (74 loc) · 913 Bytes

VSCode.md

File metadata and controls

93 lines (74 loc) · 913 Bytes

VS Code Editor Shortcuts

There are of course many, many short-cuts in VSCode, but these are the ones that I find most useful.

Beginning of file/end of file

CTRL-HOME/CTRL-END

Move line up/down

ALT-UP/ALT-DOWN

Move line up/down

SHIFT-ALT-UP/SHIFT-ALT-DOWN

Insert empty line above/down

SHIFT-CTRL-ENTER/SHIFT-ENTER

Go to line

CTRL-G

Toggle word-wrap

ALT-Z

Toggle line comment

CTRL-/

Toggle block comment

SHIFT-ALT-A

Select line

CTRL-L

Select all occurrences of current word

CTRL-F2

Quick Open

CTRL-P

User Settings

CTRL-,

Close window

CTRL-W, CTRL-F4

Split editor

CTRL-\

New file

CTRL-N
``

## Save all files

CTRL-K CTRL-W ``

Zoom in/out

CTRL-+ or CTRL--
``

## Toggle sidebar

CTRL-B ``