An example is shown below.
| Name | Function | Keyboard Shortcut |
|---|---|---|
| Toggle Comment | Comment or uncomment all lines containing the current selection. | Ctrl + / or Ctrl + Shift + C |
| Comment | Adds a block comment around all lines containing the current selection. | Ctrl + Shift + / |
| Uncomment | Removes a block comment from all lines containing the current selection. | Ctrl + Shift + \ |
| Shift Right | Increments the level of indentation of the currently select lines. Only activated when the selection covers multiple lines or a single whole line. | |
| Shift Left | Decrements the level of indentation of the currently select lines. Only activated when the selection covers multiple lines or a single whole line. |
Please refer to the Source Menu Actions in Java Development User Guide for detailed introduction.
