Thursday, May 6, 2010

Add Comments and Javadocs in Eclipse With a Single Keystroke

Add Comments and Javadocs in Eclipse With a Single Keystroke: "When you want to work with comments in Eclipse, you could use the
slow way of moving to the start of the line, pressing // and then
repeating this for all the lines you have.
Or you could use the quick way of adding a comment with a single
keystroke no matter where the cursor’s positioned in the statement.
The same goes for Javadocs – there are just too many things to type
before you can..."