Netbeans shortcut for commenting a block
You typically debug code by testing many lines one at a time while debugging. You must, therefore, comment code when debugging. It would be good if we were aware of this life-saving shortcut for commenting on a block of code if you love Netbeans editor. Using [ctrl]+[shift]+ , we can easily comment part of the code …