Table 4. Handling the editor
| Shortcut | Description |
|---|---|
| CTRL + 1 | Quickfix, dependend on cursor position |
| F12 | Focuses the editor (especially helpful if you working with Fast Views |
| Ctrl + M | Maximize Java editor |
| CTRL + Shift + F | Format source code |
| CTRL + Shift + O | Organize the imports / Will import the missing imports. |
| CTRL + Shift + S | Source generation related operations such as creating getter/setter |
| CTRL + Q | Last edited position |
Table 5. Arrow Keys
| Shortcut | Description |
|---|---|
| CTRL + Left | Move one element to the left |
| CTRL + Right | Move one element to the right |
| CTRL + ALT + Down | Copy line |
| ALT + Up / Down | Move line up / down |
| ALT + SHIFT Up / Down | Select the previous / next syntactical element |
| ALT + SHIFT Up / Down / Left / Right | Extending / Reducing the selection of the previous / next syntactical element |
| CTRL + Up / Down | Scroll up / down a line in the editor |
Table 6. Delete
| Shortcut | Description |
|---|---|
| Ctrl + D | Deletes line |
| STRG + SHIFT + DELE | Delete until end of line |
| Ctrl + DELE | Delete next element |
| Ctrl + BACKSPACE | Delete previous element |

0 comments:
Post a Comment