Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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
 
PREVIOUS NEXT
Tagged: #vscode #python #multiline #comment
ADD COMMENT
Topic
Name
5+8 =