Visual Studio Code Flashcards
1
Q
Make Visual Studio Code live update
A
Click on extensions tab Search "Live Server" Install extension Click "go live" to go live, If it doesn't run, type the IP address into a browser.
2
Q
Shortcut to add a or convert to single-line comment
Shortcut to add a or convert to multi-line comment
A
Ctrl + /
Alt + Shift + a
3
Q
Rename symbol
A
F2