“VSCODE Python Multiline Commentaire” Réponses codées

VSCODE Python Multiline Commentaire

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

Comment commenter plusieurs lignes dans VScode

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

CTRL + K + CTRL + C 

-> How to uncomment a block?

CTRL + K + CTRL + U
Puzzled Polecat

Réponses similaires à “VSCODE Python Multiline Commentaire”

Questions similaires à “VSCODE Python Multiline Commentaire”

Plus de réponses similaires à “VSCODE Python Multiline Commentaire” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code