In this tutorial we are going to see NetBeans IDE keyboard shortcuts for Coding in C/C++, Coding in Java, Compile, Test, and Run operations.
This tutorials created for NetBeans IDE 7.4
Coding in C/C++
Coding in Java
Compile, Test, and Run
This tutorials created for NetBeans IDE 7.4
Coding in C/C++
Shortcuts
|
Description
|
Alt-Shift-C | Go to declaration |
Ctrl-F9 | Evaluate expression |
Shortcuts
|
Description
|
Alt-Insert | Generate code |
Ctrl-Shift-I | Fix all class imports |
Alt-Shift-I | Fix selected class's import |
Alt-Shift-F | Format selection |
Alt-Shift Left/Right/Up/Down | Shift lines left/right/up/down |
Ctrl-Shift-R | Rectangular Selection (Toggle) |
Ctrl-Shift-Up/D | Copy lines up/down |
Ctrl/Alt-F12 | Inspect members/hierarchy |
Ctrl-/ | Add/remove comment lines |
Ctrl-E | Delete current line |
Shortcuts
|
Description
|
F9 | Compile package/ file |
F11 | Build main project |
Shift-F11 | Clean & build main project |
Ctrl-Q | Set request parameters |
Ctrl-Shift-U | Create Unit test |
Ctrl-F6/Alt-F6 | Run Unit test on file/project |
F6/Shift-F6 | Run main project/file |
0 comments:
Post a Comment