“Vscode Python Multiline Comment” Ответ

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

Как прокомментировать несколько строк в VSCODE

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

CTRL + K + CTRL + C 

-> How to uncomment a block?

CTRL + K + CTRL + U
Puzzled Polecat

Ответы похожие на “Vscode Python Multiline Comment”

Вопросы похожие на “Vscode Python Multiline Comment”

Больше похожих ответов на “Vscode Python Multiline Comment” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования