vsc comment line shortcut code example
Example 1: visual studio code uncomment multiple lines
shift+alt+A
Example 2: comment highlighted text visual studio
ctrl+k+c Will comment out the selected chunk of code in VS Code.
shift+alt+A
ctrl+k+c Will comment out the selected chunk of code in VS Code.