Visual studio code - how to comment out multiple lines for html (each line instead of the whole block)
When I comment out html files, vscode completes my selection and puts a single tag around the entire selection.
How can I change it, instead it comments every single line separately? (for example in webstorm)
Thank!
+3
Han che
source
to share
1 answer
The keyboard shortcut for comments on Windows is "Shift + Alt + A".
+1
Sannon AragΓ£o
source
to share