| Term | Definition |
| Ctrl Shift r | Open / Search for resources, e.g. files |
| Ctrl Shift t | Open / Search for Types |
| Alt Shift X, J | Run as Java application |
| Shift F2 | Call the Javadoc for the selected type / class / method |
| Alt Shift N | Create something new |
| Ctrl F11 | Run last launched |
| F12 | Focus to editor window |
| Ctrl Shift P | Go to matching bracket |
| Alt Shift Z | Surround block with try and catch |
| Ctrl Shift F | Format source code |
| Ctrl Shift O | Organize the imports / Will import the missing imports. |
| Alt Shift R | Refactor / Rename method / variable |
| Alt Left | Go back to last position |
| Alt right | Go to next position |
| Ctrl Alt Down | Copy line |
| Ctrl D | Deletes line |
| End | Line End |
| Ctrl Q | Last edited position |
| Ctrl M | Full screen mode for java coding and back |
| Alt Left | Go to prev editor position in history |
| Ctrl Mouseclick on var | Go to declaration of this variable |
| Ctrl . | Go to previous / next problem |
| F3 on a var | Goto Declaration of this variable |
| F4 on a var | Show type hierarchy |
| Ctrl Shift Left | Select previous word |
| Ctrl Shift Right | Select next word |
| Alt Shift Left | Select previous element |
| Alt Shift Right | Select previous element |
| Ctrl Enter | Delete next element |
| Ctrl Left | Move one element to the left |
| Ctrl Right | Move one element to the right |
| Cntl Shift B | Toggle breakpoint |
| F11 | Debug last run |
| F5 | Single Step (Down) |
| F6 | Single Step (Jump) |
| F7 | Debug (Up) |