Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

Introducing Text Editors: Going Further

Visual Studio Code is packed with useful features to help you be more productive when you code! Find additional tutorials and read about other features with the Visual Studio Code documentation.

Keyboard Shortcuts

Shift + Tab - Tab a code block in reverse

CTRL / CMD + / - Comment out multiple lines of code

*CTRL/CMD + D...