“Komentar multiline python vscode” Kode Jawaban

Komentar multiline python vscode

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

Bagaimana Mengomentari Banyak Baris di VScode

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

CTRL + K + CTRL + C 

-> How to uncomment a block?

CTRL + K + CTRL + U
Puzzled Polecat

Jawaban yang mirip dengan “Komentar multiline python vscode”

Pertanyaan yang mirip dengan “Komentar multiline python vscode”

Lebih banyak jawaban terkait untuk “Komentar multiline python vscode” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya