| 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+Letter | Create a new java class, package, etc. |
| 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 / import 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 | Delete a line |
| End | Line End |
| Ctrl+O | Quick Outline |
| Ctrl+M | Full screen mode for java coding and back |
| Alt+Left | Go to prev editor position in history |
| Ctrl+Click on var | Go to declaration of this variable |
| Ctrl+. | Go to previous / next problem |
| F3 on var | Go to the declaration of this variable |
| F4 on 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 |
| Ctrl+Shift+B | Toggle breakpoint |
| F11 | Debug last run |
| F5 | Single Step (Down - Debug) |
| F6 | Single Step (Jump) |
| F7 | Debug (Up) |
| Alt+Shift+X | Menu: execute |
| Alt+Shift+W | Show in [select something] |
| Alt+Shift+S | Source Menu |
| Alt+Shift+T | Refactor Menu |