Wednesday, April 17, 2013

Jdeveloper Shortcuts



Below are the list of shortcuts most commonly used in Jdeveloper.


Find Usages Ctrl+Alt+U
Go To Java Type Ctrl+Minus
Go To File Ctrl+Alt+Minus
Show Overview Ctrl+Shift+ Back Quote
Extract Method Ctrl+Alt+X
Introduce Variable Ctrl+Alt+V
Run Project F11
Debug Project Shift+F9
Quick JavaDoc Ctrl+D
Reformat Ctrl+Alt+L
Code Highlight Ctrl+Alt+H
Clear Code Highlight Ctrl+Alt+K
Structure Ctrl+Shift+S
Property Inspector Ctrl+Shift+I
Component Palette Ctrl+Shift+R
Break Point Ctrl+Shift+R
Copy Path Ctrl+Shift+C
Go To Line Ctrl+G
Go To Window Ctrl+F6
Go To File Ctrl+Alt+Minus
Make Project Ctrl+F9
Rebuild Project Alt+F9
Resume F9
Step Over F8
Step Into F7
Step Out Shift+F7
Java Editing
Organize Imports Ctrl+Alt+O
Select in Navigator Alt+Home

Debug Project Shift+F9
Show Overview Ctrl+Shift+ Back Quote
Find Usages Ctrl+Alt+U
Go To Java Type Ctrl+Minus
Go To File Ctrl+Alt+Minus
Extract Method Ctrl+Alt+X
Introduce Variable Ctrl+Alt+V
Run Project F11
Quick JavaDoc Ctrl+D
Reformat Ctrl+Alt+L

Search
Code Highlight Ctrl+Alt+H
Clear Code Highlight Ctrl+Alt+K
Auto Code Highlight (this makes the code always highlighted)

View
Structure Ctrl+Shift+S
Property Inspector Ctrl+Shift+I
Component Palette Ctrl+Shift+R
Break Point Ctrl+Shift+R

Miscellaneous

Copy Path Ctrl+Shift+C
Go To Line Ctrl+G
Go To Window Ctrl+F6
Go To File Ctrl+Alt+Minus

Build
Make Project Ctrl+F9
Rebuild Project Alt+F9

Run
Resume F9
Step Over F8
Step Into F7
Step Out Shift+F7

Java Editing
Organize Imports Ctrl+Alt+O
Select in Navigator Alt+Home

Path for jdev.conf  : C:\Oracle\Middleware1117\jdeveloper\ide\bin
Path for ide.conf : C:\Oracle\Middleware1117\jdeveloper\jdev\bin

Add Below property

AddVMOption  -Xmx640M
Ref : https://blogs.oracle.com/shay/entry/jdeveloper_keyboard_shortcuts

No comments:

Post a Comment