Hotkeys and shortcuts for NetBeans

(Total 91)

Ctrl + F3
Finding, searching, and replacing
Search word at insert point
F3
Finding, searching, and replacing
Find next in file
↑   Shift + F3
Finding, searching, and replacing
Find previous in file
Ctrl + F
Finding, searching, and replacing
Find in file
Ctrl + H
Finding, searching, and replacing
Replace in file
Alt + F7
Finding, searching, and replacing
Find usages
Ctrl + ↑   Shift + F
Finding, searching, and replacing
Find in projects
Ctrl + ↑   Shift + H
Finding, searching, and replacing
Replace in projects
Alt + ↑   Shift + U
Finding, searching, and replacing
Find usages results
Alt + ↑   Shift + H
Finding, searching, and replacing
Turn off search result highlights
Ctrl + R
Finding, searching, and replacing
Rename
Ctrl + U then U
Finding, searching, and replacing
Convert selection to uppercase
Ctrl + U then L
Finding, searching, and replacing
Convert selection to lowercase
Ctrl + U then S
Finding, searching, and replacing
Toggle case of selection
Ctrl + ↑   Shift + V
Finding, searching, and replacing
Paste formatted
Ctrl + ↑   Shift + D
Finding, searching, and replacing
Show Clipboard History
Ctrl + I
Finding, searching, and replacing
Jump to quick search field
Alt + ↑   Shift + L
Finding, searching, and replacing
Copy file path
Ctrl + O
Navigating through source code
Go to type
Alt + ↑   Shift + O
Navigating through source code
Go to file
Ctrl + ↑   Shift + T
Navigating through source code
Go to JUnit test
Ctrl + ↑   Shift + B
Navigating through source code
Go to source
Ctrl + B
Navigating through source code
Go to declaration
Ctrl + G
Navigating through source code
Go to line
Ctrl + ↑   Shift + M
Navigating through source code
Toggle add/remove bookmark
Ctrl + ↑   Shift + .
Navigating through source code
Next bookmark
Ctrl + ↑   Shift + ,
Navigating through source code
Previous bookmark
Ctrl + .
Navigating through source code
Next usage/compile error
Ctrl + ,
Navigating through source code
Previous usage/compile error
Alt + ↑   Shift + .
Navigating through source code
Select next element
Alt + ↑   Shift + ,
Navigating through source code
Select previous element
Ctrl + ↑   Shift + 1
Navigating through source code
Select in Projects
Ctrl + ↑   Shift + 2
Navigating through source code
Select in Files
Ctrl + ↑   Shift + 3
Navigating through source code
Select in Favorites
Ctrl + [
Navigating through source code
Move caret to matching bracket
Ctrl + K
Navigating through source code
Next word match
Ctrl + ↑   Shift + K
Navigating through source code
Previous word match
Alt +
Navigating through source code
Go backward
Alt +
Navigating through source code
Go forward
Ctrl + Q
Compiling, testing and running
Set request parameters
Alt + ↑  ↓
Navigating through source code
Down Next/previous marked occurence
Alt + ↑   Shift + C
Coding in C and C++
Go to declaration
Ctrl + F9
Debugging
Evaluate expression
Alt + Insert
Coding in Java
Generate code
Ctrl + ↑   Shift + I
Coding in Java
Fix all class imports
Alt + ↑   Shift + I
Coding in Java
Fix selected class's import
Alt + ↑   Shift + F
Coding in Java
Format selection
Alt + ↑   Shift + ←  →
Coding in Java
Shift lines left / right
Alt + ↑   Shift + ↑  ↓
Coding in Java
Copy lines up/down
Ctrl + ↑   Shift + R
Coding in Java
Rectangular Selection (Toggle)
Ctrl + F12
Coding in Java
Inspect members/hierarchy
Alt + F12
Coding in Java
Inspect members/hierarchy
Ctrl + ↑   Shift + C
Coding in Java
Add comment lines
Ctrl + /
Coding in Java
Remove comment lines
Ctrl + E
Coding in Java
Delete current line
F9
Compiling, testing and running
Compile package / file
F11
Compiling, testing and running
Build main project
↑   Shift + F11
Compiling, testing and running
Clean and build main project
Ctrl + ↑   Shift + U
Compiling, testing and running
Create Unit test
Ctrl + F6
Compiling, testing and running
Run unit test on file
Alt + F6
Compiling, testing and running
Run unit test on project
F6
Compiling, testing and running
Run main project
↑   Shift + F6
Compiling, testing and running
Run main file
Ctrl + ⭾ Tab
Opening and toggling between views
Switch between open documents by order used
Ctrl + `
Opening and toggling between views
Switch between open documents by order used
↑   Shift + Esc
Opening and toggling between views
Maximize window (toggle)
Ctrl + F4
Opening and toggling between views
Close selected window
Ctrl + W
Opening and toggling between views
Close selected window
Ctrl + ↑   Shift + F4
Opening and toggling between views
Close all windows
↑   Shift + F10
Opening and toggling between views
Open contextual menu
Ctrl + Page Up
Opening and toggling between views
Switch between open documents by order of tabs
Ctrl + Page Down
Opening and toggling between views
Switch between open documents by order of tabs
Ctrl + Alt + T
Opening and toggling between views
Reopen recently closed file
Ctrl + Alt + Page Up
Opening and toggling between views
Toggle between editor types
Ctrl + Alt + Page Down
Opening and toggling between views
Toggle between editor types
Alt + Mouse wheel up and down
Opening and toggling between views
Zoom text in / out
Ctrl + ↑   Shift + S
Opening and toggling between views
Toggle inspect mode
Ctrl + F5
Debugging
Start debugging main project
Ctrl + ↑   Shift + F5
Debugging
Start debugging current file
Ctrl + ↑   Shift + F6
Debugging
Start debugging test for file
↑   Shift + F5
Debugging
Stop debugging session
F5
Debugging
Continue debugging session
F4
Debugging
Run to cursor location in file
F7
Debugging
Step into
F8
Debugging
Step over
Ctrl + F7
Debugging
Step out
Ctrl + Alt +
Debugging
Go to called method
Ctrl + Alt +
Debugging
Go to calling method
Ctrl + F8
Debugging
Toggle breakpoint
Ctrl + ↑   Shift + F8
Debugging
New breakpoint
Ctrl + ↑   Shift + F7
Debugging
New watch