how do i comment multiple lines in visual studio code example
Example 1: how to comment selection in visual studio
In Visual Studio: Ctrl+K+C will comment, Ctrl+K+U Will uncomment
Example 2: how to comment multiple lines in vscode
********** For Windows **********
-> How to comment a block?
CTRL + K + CTRL + C
-> How to uncomment a block?
CTRL + K + CTRL + U