Cheatography
https://cheatography.com
JDeveloper hotkeys cheat sheet
Refactoring
Ctrl+Alt+X |
Extract method |
Ctrl+Alt+N |
Inline |
Ctrl+Alt+C |
Introduce constant |
Ctrl+Alt+F |
Introduce filed |
Ctrl+Alt+P |
Introduce parameter |
Ctrl+Alt+V |
Introduce variable |
Ctrl+Alt+R |
Rename |
Code editor
Escape |
Cancel |
Ctrl+Space |
Completion insight |
Ctrl+Shift+T |
Convert leading spaces to tabs |
Ctrl+Shift+U |
Convert leading tabs to spaces |
Shift+Backspace, Backspace |
Delete previous char |
Ctrl+Delete, Ctrl+T |
Delete to next word start |
Ctrl+Backspace |
Delete to previous word start |
Ctrl+Shift+Y |
Delete until end of line |
Ctrl+Shift+D |
Duplicate selection |
Shift+Enter, Enter |
Insert new line |
Tab |
Insert tab |
Ctrl+J |
Join line |
Ctrl+Shift+Space |
Parameter insight |
Ctrl+Alt+Space |
Smart completion insight |
Ctrl+Shidt+Slash, Ctrl+Slash |
Toggle line comments |
Search
Ctrl+Alt+H |
Code highlight |
Ctrl+Alt+K |
Clear highlight code |
Ctrl+Shift+F |
Find in files |
Ctrl+Back Quote |
Global search |
Ctrl+Alt+U |
Find usages |
Ctrl+Shift+E |
Incremental find backward |
Ctrl+E |
Incremental find forward |
|
|
Navigate
Ctrl+Minus |
Go to Java type |
Alt+Shift+Minus |
Go to Javadoc |
Ctrl+Shift+Backspace |
Go to last edit |
Ctrl+G |
Go to line |
Alt+Down |
Go to next member |
Alt+Up |
Go to previous member |
Ctrl+Equals |
Go to recent file |
Debug
Shift+F8 |
Continue step |
Shift+F9 |
Debug project |
Ctrl+I |
Inspect |
F9 |
Resume |
F4 |
Run to cursor |
F7 |
Step into |
Shift+F7 |
Step out |
F8 |
Step over |
Ctrl+F2 |
Terminate |
F5 |
Toggle breakpoint |
Ctrl+F5 |
Watch |
Run
Ctrl+F11 |
Run file |
F11 |
Run project |
Build
Ctrl+F9, Ctrl+M |
Make project |
Ctrl+Shift+F9, Ctrl+Shift+M |
Make selected |
Alt+F9, Ctrl+Shift+B |
Rebuild project |
Alt+Shift+F9 |
Rebuild selected |
Ctrl+Alt+Shift+F9 |
Run Ant on Project |
|
Created By
daradurvs.ru
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets