If Notepad++ is configured for the language you are using (so that it knows what the comment symbol is), you can select several lines and comment or uncomment them all at once with a single command. Because of that, the lack of multi-line comments doesn't bother me much.cartlemmy wrote:Agreed, I hate having to go line-by-line to comment something out.
In ASM, if I need to temporally skip a bunch of code, and timing and code-alignement are not important, I just JMP over the code.