“VSCODE PYTHON MULTILINE COMENTARIO” Código de respuesta

VSCODE PYTHON MULTILINE COMENTARIO

Shortcut to comment multiple python-lines in vscode:
  
first mark all lines you want to comment

then:
  to comment multiple lines:
     ctrl + K then ctrl + C
  to uncomment multiple lines:
     ctrl + K then ctrl + U
Platt

Cómo comentar varias líneas en VScode

********** For Windows **********
-> How to comment a block?

CTRL + K + CTRL + C 

-> How to uncomment a block?

CTRL + K + CTRL + U
Puzzled Polecat

Respuestas similares a “VSCODE PYTHON MULTILINE COMENTARIO”

Preguntas similares a “VSCODE PYTHON MULTILINE COMENTARIO”

Más respuestas relacionadas con “VSCODE PYTHON MULTILINE COMENTARIO” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código