visual studio code indent multiple lines code example
Example 1: how to indent the whole block of code in cscode?
you can also indent a whole section by selecting it and clicking TAB.
and also indent backward using Shift + TAB.
Example 2: visual studio code uncomment multiple lines
shift+alt+A
Example 3: visual studio code comment out multiple lines
mac: command + shift + /