Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notepadd++ Block Uncomment

Is there a way to set the keyboard shortcut for Block Uncomment in Notepad++? I've searched through the list in Settings->Shortcut Mapper but I can only find a setting for Block Comment.

like image 750
user3342624 Avatar asked Feb 23 '14 06:02

user3342624


People also ask

How do you uncomment a block?

( CTRL+SHIFT+/ ) To uncomment multiple code lines right-click and select Source > Remove Block Comment. ( CTRL+SHIFT+\ )

How do I uncomment in Notepad++ XML?

Ctrl + K Block comment. Ctrl + Shift + K Block uncomment.

How do you uncomment lines?

Therefore to “uncomment” a line of code is done by removing the “//“ and causes the compiler to execute that line of code.


1 Answers

Try ctrl+k for block comment
and ctrl+shift+k for block uncomment

You might find this site useful.

like image 80
gilonm Avatar answered Sep 27 '22 18:09

gilonm