0

I'm currently using the Alt key to insert several # in front of lines of code that I want to temporarily turn off in my python script.

Is there a shortcut or a way to select a block of code and turning it on/off faster in Notepad ++?

Frank
  • 65,012
  • 8
  • 95
  • 173
ADMMTL
  • 43
  • 1
  • 3

1 Answers1

1

Select your block, then "CTRL + Q".

Sail
  • 506
  • 4
  • 21