“VSCODE Python Multiline Kommentar” Code-Antworten

VSCODE Python Multiline Kommentar

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

So kommentieren Sie mehrere Zeilen in VSCODE

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

CTRL + K + CTRL + C 

-> How to uncomment a block?

CTRL + K + CTRL + U
Puzzled Polecat

Ähnliche Antworten wie “VSCODE Python Multiline Kommentar”

Fragen ähnlich wie “VSCODE Python Multiline Kommentar”

Weitere verwandte Antworten zu “VSCODE Python Multiline Kommentar” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen