+1
Smart comment/uncomment
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.
Servicio de atención al cliente por UserEcho