simple:apachenetbeanside
NetBeans Shortcuts
Editors
By EZ4Code Team
File
8| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+N | New file | windows |
| Cmd+N | New file | mac |
| Ctrl+S | Save | windows |
| Cmd+S | Save | mac |
| Ctrl+Shift+S | Save all | windows |
| Cmd+Shift+S | Save all | mac |
| Ctrl+F4 | Close window | windows |
| Cmd+W | Close window | mac |
Edit
8| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+Z | Undo | windows |
| Cmd+Z | Undo | mac |
| Ctrl+Space | Code completion | windows |
| Cmd+Space | Code completion | mac |
| Ctrl+E | Delete line | windows |
| Cmd+E | Delete line | mac |
| Alt+Shift+F | Format code | windows |
| Option+Shift+F | Format code | mac |
Navigate
8| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+O | Go to file | windows |
| Cmd+O | Go to file | mac |
| Ctrl+B | Go to declaration | windows |
| Cmd+B | Go to declaration | mac |
| Ctrl+Shift+T | Go to type | windows |
| Cmd+Shift+T | Go to type | mac |
| Alt+F7 | Find usages | windows |
| Option+F7 | Find usages | mac |
Run
6| Shortcut | Description | Platform |
|---|---|---|
| F6 | Run main project | all |
| Shift+F6 | Run file | all |
| Ctrl+F5 | Debug main project | windows |
| Cmd+F5 | Debug main project | mac |
| Ctrl+Shift+F5 | Debug file | windows |
| Cmd+Shift+F5 | Debug file | mac |
Debug
7| Shortcut | Description | Platform |
|---|---|---|
| F7 | Step into | all |
| F8 | Step over | all |
| Ctrl+F7 | Step out | windows |
| Cmd+F7 | Step out | mac |
| F5 | Continue | all |
| Ctrl+F8 | Toggle breakpoint | windows |
| Cmd+F8 | Toggle breakpoint | mac |