Tuesday, February 11, 2014

JDeveloper shortcuts


   Below are the most commonly used Jdeveloper shortcuts


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

No comments:

Post a Comment