Eclipse Linux Shortcuts
| Action | Linux Shortcut |
|---|---|
| Editing | |
| Content assist (autocomplete) | CtrlSpace |
| Quick fix | Ctrl1 |
| Comment / uncomment line | Ctrl/ |
| Format code | CtrlShiftF |
| Organize imports | CtrlShiftO |
| Duplicate line | CtrlAltDown |
| Move line up | AltUp |
| Move line down | AltDown |
| Delete line | CtrlD |
| Navigation | |
| Open type | CtrlShiftT |
| Open resource | CtrlShiftR |
| Open declaration | F3 |
| Open call hierarchy | CtrlAltH |
| Quick outline | CtrlO |
| Go to line | CtrlL |
| Last edit location | CtrlQ |
| Next problem | Ctrl. |
| Refactor & Search | |
| Rename | AltShiftR |
| Extract method | AltShiftM |
| Extract local variable | AltShiftL |
| Find | CtrlF |
| Search references in workspace | CtrlShiftG |
| Open search dialog | CtrlH |
| Run & Debug | |
| Run | CtrlF11 |
| Debug | F11 |
| Toggle breakpoint | CtrlShiftB |
| Step over | F6 |
| Step into | F5 |
| Step return | F7 |
| Resume | F8 |