“VSCODE Python Multiline Comment” Kod odpowiedzi

VSCODE Python Multiline Comment

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

Jak komentować wiele wierszy w vscode

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

CTRL + K + CTRL + C 

-> How to uncomment a block?

CTRL + K + CTRL + U
Puzzled Polecat

Odpowiedzi podobne do “VSCODE Python Multiline Comment”

Pytania podobne do “VSCODE Python Multiline Comment”

Więcej pokrewnych odpowiedzi na “VSCODE Python Multiline Comment” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu