Ejemplo 1: bloque de comentarios de visual studio
ctrl+k+c Will comment out the selected chunk of code in VS Code.
Ejemplo 2: comentario de atajo visual studio
Comment Code Block Ctrl+K+C/Ctrl+K+U
If you select a block of code and use the key sequence Ctrl+K+C, you'll comment out the section of code. Ctrl+K+U will uncomment the code.
Ejemplo 3: comentar el código visual studio
Ctrl+K+C
Ctrl+K+U
Ejemplo 4: cómo descomentar en el bloque vscode
shift+alt+A //Toggles comments in VScode.
//Note : You need to select only the text you wish to uncomment when uncommenting
//That is, do not select the "/*" or the "*/"
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)