Useful VSCode Extensions and ShortCuts
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
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment