Reputation: 93
Does anyone know if theres a shortcut in JDeveloper that do something like the option Find Usages in Netbeans?
Upvotes: 1
Views: 1878
Reputation: 36
Select the content and use CTRL+ALT+U.
In JDeveloper, go to Tools -> Preferences -> Shortcut Keys for full set of short cut key operations.
Upvotes: 0
Reputation: 159
The same thing as user635090 said is applied also to the following versions:
Upvotes: 0
Reputation: 1401
In 10.1.3.3, you should be able to right click on a given class and select "Find Usages" (shortcut Ctrl+Alt-U).
The list of usages within the application should appear in the log.
Upvotes: 3