Comment 1 for bug 585342

Revision history for this message
Tsung-Hsiang Chang (vgod) wrote : Re: [ feature request ] comment out a whole block

I usually indent a block of code (which can be done by select & tab) and add a "def _dummy_func():" before it. You can do this even the code is already in a function or a class.