Rhigo HR
Rhigo HR

Reputation: 93

JDeveloper hotkeys

Does anyone know if theres a shortcut in JDeveloper that do something like the option Find Usages in Netbeans?

Upvotes: 1

Views: 1878

Answers (3)

Ranish
Ranish

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

dbd
dbd

Reputation: 159

The same thing as user635090 said is applied also to the following versions:

  • Jdeveloper 11.1.2.4.0
  • Jdeveloper 12c

Upvotes: 0

user635090
user635090

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

Related Questions