Commenting code in Notepad++

Arnkrishn picture Arnkrishn · Jun 20, 2009 · Viewed 118k times · Source

I'm using Notepad++ as an editor to write programs in Python. It might sound daft but I looked around in the editor and could not find any means (not the manual way but something like in Emacs) to do a block comment in my code.

Since so many language settings are supported in Notepad++, I'm curious to find a way to block comment code.

Answer

Niels R. picture Niels R. · Jun 20, 2009

CTRL+Q Block comment/uncomment.

See Keyboard And Mouse Shortcuts - Notepad++ Wiki.