Shortcut | Command | Description |
Ctrl+/ | Toggle Comment | Add/remove line comments (//…) from the current line. The position of the cursor can beanywhere on the line. Works with multiple selected lines as well. |
Ctrl+Shift+/ | Add Block Comment | Wrap the selected lines in a block comment (/*… */). |
Ctrl+Shift+\ | Remove Block Comment | Remove a block comment (/*… */) surrounding the selected lines. |
Alt+Shift+J | Add Javadoc Comment | Add a Javadoc comment to the active field/method/class. See the notes below for more details on where to position the cursor. |
Tuesday, May 31, 2011
eclipse comments short cut
Labels:
eclipse,
java,
programming
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment