Useful Shortcuts

Multiline Commenting

Highlight the lines you want to comment

  • On Windows - Ctrl + /
  • On Mac - Cmd + /

Code Formatting

The code formatting is available in Visual Studio Code through the following shortcuts:

  • On Windows - Shift + Alt + F
  • On Mac - Shift + Option + F
  • On Linux - Ctrl + Shift + I

Useful Extensions

Live Server

Live Server - Launch a development local Server with live reload feature for static & dynamic pages

Code Runner

Code Runner - Run code snippet or code file for multiple languages

Live Share

Live Share - collaboratively edit and debug with others in real time