NetBeans shortcuts are basically used while developing desktop, mobile or web applications. Shortcuts help you to save a desired amount of time while coding. Once you store the shortcut in your muscle memory you would often use it without even thinking.
Download NetBeans Shortcuts PDF
Table of Contents
NetBeans is supported in all operating systems like Windows, Linux, and Mac OS. However, below we have listed NetBeans Shortcuts only for Windows users only. Download the NetBeans shortcuts for Windows users in PDF form. We have listed the shortcuts into different groups like debugging shortcuts, coding in JAVA shortcuts, testing, running, and compiling shortcuts, etc.
Most used NetBeans Shortcuts
Action | NetBeans Shortcuts |
---|---|
Copy file path | Alt + Shift + L |
Go to type | Ctrl + O |
Go to file | Alt + Shift + O |
Go to the Unit test | Ctrl + Shift + T |
Go to Source | Ctrl + Shift + B |
Go to declaration | Ctrl + B |
Go to line | Ctrl + G |
Toggle add or remove bookmark | Ctrl + Shift + M |
Next bookmark | Ctrl + Shift + . |
Previous bookmark | Ctrl + Shift + , |
Next usage or compile error | Ctrl + . |
Previous usage or compile error | Ctrl + , |
Select next element | Alt + Shift + . |
Select the previous element | Alt + Shift + , |
Select in Projects | Ctrl + Shift + 1 |
Select in Files | Ctrl + Shift + 2 |
Select in Favorites | Ctrl + Shift + 3 |
Move caret to matching bracket | Ctrl + [ |
Next word match | Ctrl + K |
Previous word match | Ctrl + Shift + K |
Go backward | Alt + Left Arrow key |
Go forward | Alt + Right Arrow key |
Go to the last edit | Ctrl + Q |
Next marked occurrence | Alt + Up Arrow key |
Previously marked occurrence | Alt + Down Arrow key |
Search word at the insert point | Ctrl + F3 |
Find next in the file | F3 |
Find the previous file | Shift + F3 |
Find in file | Ctrl + F |
Replace in file | Ctrl + H |
Find usages | Alt + F7 |
Find in projects | Ctrl + Shift + F |
Replace in projects | Ctrl + Shift + H |
Find usages results | Alt + Shift + U |
Turn off search result highlights | Alt + Shift + H |
Rename | Ctrl + R |
Convert selection to uppercase | Ctrl + U then U |
Convert selection to lowercase | Ctrl + U then L |
Toggle case of selection | Ctrl + U then S |
Paste formatted | Ctrl + Shift + V |
Show Clipboard History | Ctrl + Shift + D |
Jump to the quick search field | Ctrl + I |
Read More: 90 Cinema 4D Shortcuts for Windows
Debugging Shortcuts
Action | NetBeans Shortcuts |
---|---|
Start debugging the main project | Ctrl + F5 |
Start debugging the current file | Ctrl + Shift + F5 |
Start debugging test for file | Ctrl + Shift + F6 |
Stop debugging session | Shift + F5 |
Continue debugging session | F5 |
Run to the cursor location in the file | F4 |
Step into | F7 |
Step over | F8 |
Step out | Ctrl + F7 |
Go to the calling method | Ctrl + Alt + Down Arrow key |
Evaluate expression | Ctrl + F9 |
Toggle breakpoint | Ctrl + F8 |
New breakpoint | Ctrl + Shift + F8 |
New watch | Ctrl + Shift + F7 |
Coding in C or C++ Shortcuts
Action | NetBeans Shortcut keys |
---|---|
Go to declaration | Alt + Shift + C |
Evaluate expression | Ctrl + F9 |
Read More: 50 iTunes Shortcuts for Windows & Mac
Coding in JAVA Shortcuts
Action | NetBeans Shortcut keys |
---|---|
Generate code | Alt + Insert |
Fix all class imports | Ctrl + Shift + I |
Fix selected class’s import | Alt + Shift + I |
Format selection | Alt + Shift + F |
Shift lines left | Alt + Shift + Left Arrow key |
Shift lines right | Alt + Shift + Right Arrow key |
Shift lines up | Alt + Shift + Up Arrow key |
Shift lines down | Alt + Shift + Down Arrow key |
Rectangular Selection | Ctrl + Shift + R |
Copy lines up | Ctrl + Shift + Up Arrow key |
Copy lines down | Ctrl + Shift + Down Arrow key |
Inspect members | Ctrl |
Inspect hierarchy | Alt + F12 |
Add comment lines | Ctrl + Shift + C |
Remove comment lines | Ctrl + / |
Delete current line | Ctrl + E |
Testing, Running, and Compiling Shortcuts
Action | NetBeans Shortcut keys |
---|---|
Compile package or file | F9 |
Build the main project | F11 |
Clean and build the main project | Shift + F11 |
Set request parameters | Ctrl + Q |
Create Unit test | Ctrl + Shift + U |
Run Unit test on file | Ctrl + F6 |
Run Unit tests on the project | Alt + F6 |
Run the main project | F6 |
Run the main file | Shift + F6 |
Read More: 80 Evernote Shortcuts for Windows
Opening & Toggling Shortcuts
Action | NetBeans Shortcut keys |
---|---|
Switch between open documents by order used | Ctrl + Tab |
Maximize window | Shift + Esc |
Close selected window | Ctrl + W |
Close all windows | Ctrl + Shift + F4 |
Open contextual menu | Shift + F10 |
Reopen the recently closed file | Ctrl + Alt + T |
Toggle Inspect Mode | Ctrl + Shift + S |
JAVA Editor Code templates Shortcuts
Action | NetBeans Shortcuts |
---|---|
public static void main | psvm |
Enumeration | En |
Exception | Ex |
public static final | Psf |
public static final boolean | Psfb |
public static final int | Psfi |
public static final String | Psfs |
String | St |
abstract | ab |
assert true | as |
break | br |
boolean | bo |
catch | ca |
class | cl |
continue | cn |
double | db |
default | df |
equal | eq |
extends | ex |
public | pu |
private | pr |
protected | pe |
throws | th |
finally | fy |
implements | im |
interface | ie |
throw | tw |
import | ir |
length | le |
System.out.println() | sout |
System.out.println(“obj”+obj) | soutv |
while | wh |
volatile | vo |
instanceof | iof |
final | fi |
float | fl |
false | fa |
short | sh |
printStackTrace() | pst |
/**/ | bcom |
Read More: 40 Gmail Shortcuts for Windows & Mac
JSP Editor Code Templates Shortcuts
Action | NetBeans Hotkeys |
---|---|
windows.alert() | al |
break; | br |
function${name}… | fun |
windows.history | hi |
document.write() | dw |
${}equals | eq |
${}false | fa |
${}windows.location | lo |
${}return | re |
$()window | Window key |
${}caseCatch() | ca |
catch | catch |
windows.consoledebug() | cond |
windows.console.info() | coni |
windows.console.log() | conl |
windows.console.warn() | conw |
${}catch | ct |
${}document | do |
${}instanceof | iof |
There are some other text editors which can help us in developing applications just like NetBeans does. Other text editors are Visual Studio Code and IntelliJ. Both of these applications have their desired shortcuts. You can check out the Visual Studio Code Shortcuts list and the IntelliJ Shortcuts list.
READ NEXT: