Answers for "comment out shortcut vscode"

11

vscode comment block of code html

********** For Mac **************
-> How to comment a block?
  
Command + K + C


-> How to uncomment a block?
  
Command + K + U
Posted by: Guest on August-01-2020
3

vs code comment shortcuts

// CTRL + K + C (Comment)
// CTRL + K + U (Uncomment)
Posted by: Guest on August-21-2021
4

comment out shortcut vscode

You can comment and uncomment a line or section of code with Ctrl + /
Posted by: Guest on July-19-2021
0

vscode uncomment shortcut

Ctrl+K+U
Posted by: Guest on October-08-2020

Browse Popular Code Answers by Language