Search
 
SCRIPT & CODE EXAMPLE
 

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
Comment

PREVIOUS NEXT
Code Example
Python :: Python Making a New Directory 
Python :: django create superuser from script 
Python :: set python 3 as default mac 
Python :: taille du liste python 
Python :: flask dockerize 
Python :: layer enable time arcpy 
Python :: list length in python 
Python :: python dictionary pop 
Python :: count how much a number is in an array python 
Python :: selenium get h1 text python 
Python :: create login system in python 
Python :: update xls file using python 
Python :: animations on canvas tkinter 
Python :: arithmetic in python 
Python :: how to create multidimensional array in python using numpy 
Python :: map python 3 
Python :: install apriori package python 
Python :: Rectangle with python 
Python :: python check if string contains substring 
Python :: how to not create a new line in python 
Python :: python crash course 
Python :: adding debugger in django code 
Python :: create a date list in postgresql 
Python :: Group based sort pandas 
Python :: install python windows powershell 
Python :: pythagorean theorem python 
Python :: creating new virtual environment in python 
Python :: django jinja else if template tags 
Python :: how to take array as input in python 
Python :: flask recive list 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =