All hotkeys for NetBeans
Finding, searching, and replacingSearch word at insert point |
Ctrl + F3 |
Finding, searching, and replacingFind next in file |
F3 |
Finding, searching, and replacingFind previous in file |
↑ Shift + F3 |
Finding, searching, and replacingFind in file |
Ctrl + F |
Finding, searching, and replacingReplace in file |
Ctrl + H |
Finding, searching, and replacingFind usages |
Alt + F7 |
Finding, searching, and replacingFind in projects |
Ctrl + ↑ Shift + F |
Finding, searching, and replacingReplace in projects |
Ctrl + ↑ Shift + H |
Finding, searching, and replacingFind usages results |
Alt + ↑ Shift + U |
Finding, searching, and replacingTurn off search result highlights |
Alt + ↑ Shift + H |
Finding, searching, and replacingRename |
Ctrl + R |
Finding, searching, and replacingConvert selection to uppercase |
Ctrl + U then U |
Finding, searching, and replacingConvert selection to lowercase |
Ctrl + U then L |
Finding, searching, and replacingToggle case of selection |
Ctrl + U then S |
Finding, searching, and replacingPaste formatted |
Ctrl + ↑ Shift + V |
Finding, searching, and replacingShow Clipboard History |
Ctrl + ↑ Shift + D |
Finding, searching, and replacingJump to quick search field |
Ctrl + I |
Finding, searching, and replacingCopy file path |
Alt + ↑ Shift + L |
Navigating through source codeGo to type |
Ctrl + O |
Navigating through source codeGo to file |
Alt + ↑ Shift + O |
Navigating through source codeGo to JUnit test |
Ctrl + ↑ Shift + T |
Navigating through source codeGo to source |
Ctrl + ↑ Shift + B |
Navigating through source codeGo to declaration |
Ctrl + B |
Navigating through source codeGo to line |
Ctrl + G |
Navigating through source codeToggle add/remove bookmark |
Ctrl + ↑ Shift + M |
Navigating through source codeNext bookmark |
Ctrl + ↑ Shift + . |
Navigating through source codePrevious bookmark |
Ctrl + ↑ Shift + , |
Navigating through source codeNext usage/compile error |
Ctrl + . |
Navigating through source codePrevious usage/compile error |
Ctrl + , |
Navigating through source codeSelect next element |
Alt + ↑ Shift + . |
Navigating through source codeSelect previous element |
Alt + ↑ Shift + , |
Navigating through source codeSelect in Projects |
Ctrl + ↑ Shift + 1 |
Navigating through source codeSelect in Files |
Ctrl + ↑ Shift + 2 |
Navigating through source codeSelect in Favorites |
Ctrl + ↑ Shift + 3 |
Navigating through source codeMove caret to matching bracket |
Ctrl + [ |
Navigating through source codeNext word match |
Ctrl + K |
Navigating through source codePrevious word match |
Ctrl + ↑ Shift + K |
Navigating through source codeGo backward |
Alt + ← |
Navigating through source codeGo forward |
Alt + → |
Compiling, testing and runningSet request parameters |
Ctrl + Q |
Navigating through source codeDown Next/previous marked occurence |
Alt + ↑ ↓ |
Coding in C and C++Go to declaration |
Alt + ↑ Shift + C |
DebuggingEvaluate expression |
Ctrl + F9 |
Coding in JavaGenerate code |
Alt + Insert |
Coding in JavaFix all class imports |
Ctrl + ↑ Shift + I |
Coding in JavaFix selected class's import |
Alt + ↑ Shift + I |
Coding in JavaFormat selection |
Alt + ↑ Shift + F |
Coding in JavaShift lines left / right |
Alt + ↑ Shift + ← → |
Coding in JavaCopy lines up/down |
Alt + ↑ Shift + ↑ ↓ |
Coding in JavaRectangular Selection (Toggle) |
Ctrl + ↑ Shift + R |
Coding in JavaInspect members/hierarchy |
Ctrl + F12 |
Coding in JavaInspect members/hierarchy |
Alt + F12 |
Coding in JavaAdd comment lines |
Ctrl + ↑ Shift + C |
Coding in JavaRemove comment lines |
Ctrl + / |
Coding in JavaDelete current line |
Ctrl + E |
Compiling, testing and runningCompile package / file |
F9 |
Compiling, testing and runningBuild main project |
F11 |
Compiling, testing and runningClean and build main project |
↑ Shift + F11 |
Compiling, testing and runningCreate Unit test |
Ctrl + ↑ Shift + U |
Compiling, testing and runningRun unit test on file |
Ctrl + F6 |
Compiling, testing and runningRun unit test on project |
Alt + F6 |
Compiling, testing and runningRun main project |
F6 |
Compiling, testing and runningRun main file |
↑ Shift + F6 |
Opening and toggling between viewsSwitch between open documents by order used |
Ctrl + ⭾ Tab |
Opening and toggling between viewsSwitch between open documents by order used |
Ctrl + ` |
Opening and toggling between viewsMaximize window (toggle) |
↑ Shift + Esc |
Opening and toggling between viewsClose selected window |
Ctrl + F4 |
Opening and toggling between viewsClose selected window |
Ctrl + W |
Opening and toggling between viewsClose all windows |
Ctrl + ↑ Shift + F4 |
Opening and toggling between viewsOpen contextual menu |
↑ Shift + F10 |
Opening and toggling between viewsSwitch between open documents by order of tabs |
Ctrl + Page Up |
Opening and toggling between viewsSwitch between open documents by order of tabs |
Ctrl + Page Down |
Opening and toggling between viewsReopen recently closed file |
Ctrl + Alt + T |
Opening and toggling between viewsToggle between editor types |
Ctrl + Alt + Page Up |
Opening and toggling between viewsToggle between editor types |
Ctrl + Alt + Page Down |
Opening and toggling between viewsZoom text in / out |
Alt + Mouse wheel up and down |
Opening and toggling between viewsToggle inspect mode |
Ctrl + ↑ Shift + S |
DebuggingStart debugging main project |
Ctrl + F5 |
DebuggingStart debugging current file |
Ctrl + ↑ Shift + F5 |
DebuggingStart debugging test for file |
Ctrl + ↑ Shift + F6 |
DebuggingStop debugging session |
↑ Shift + F5 |
DebuggingContinue debugging session |
F5 |
DebuggingRun to cursor location in file |
F4 |
DebuggingStep into |
F7 |
DebuggingStep over |
F8 |
DebuggingStep out |
Ctrl + F7 |
DebuggingGo to called method |
Ctrl + Alt + ↑ |
DebuggingGo to calling method |
Ctrl + Alt + ↓ |
DebuggingToggle breakpoint |
Ctrl + F8 |
DebuggingNew breakpoint |
Ctrl + ↑ Shift + F8 |
DebuggingNew watch |
Ctrl + ↑ Shift + F7 |