+1

Smart comment/uncomment

Colby Goettel fa 11 anys 0

Let's say we have the following (code is Perl):


# if ( $_ =~ /a/ )

if ( $_ =~ /b/ )

{

    ....

}


It would be nice to be able to select both 'if' statements and by pressing ctrl+/ have the commented line uncomment, and the uncommented line be commented.