Apache NetBeans Linux Shortcuts
| Action | Linux Shortcut |
|---|---|
| Editing | |
| Code completion | CtrlSpace |
| Show suggestions (hint) | AltEnter |
| Comment / uncomment | Ctrl/ |
| Format code | AltShiftF |
| Fix imports | CtrlShiftI |
| Duplicate line up | CtrlShiftUp |
| Duplicate line down | CtrlShiftDown |
| Move line up | AltShiftUp |
| Move line down | AltShiftDown |
| Delete line | CtrlE |
| Navigation | |
| Go to type | CtrlO |
| Go to file | AltShiftO |
| Go to symbol | CtrlAltShiftO |
| Go to declaration | CtrlB |
| Go to line | CtrlG |
| Open type hierarchy | CtrlShiftF6 |
| Refactor & Search | |
| Rename | CtrlR |
| Find usages | AltF7 |
| Find | CtrlF |
| Replace | CtrlH |
| Find in projects | CtrlShiftF |
| Run & Debug | |
| Run project | F6 |
| Run file | ShiftF6 |
| Debug project | CtrlF5 |
| Toggle breakpoint | CtrlF8 |
| Step over | F8 |
| Step into | F7 |
| Continue | F5 |