EchtFettigerKeks
EchtFettigerKeks

Reputation: 1893

Jump to implementation instead of declaration in IntelliJ

In IntelliJ I can click on an symbol while holding the Ctrl key which will let IntelliJ (in case of methods) navigate to the declaration. This is documented here. If the method was defined in an interface, IntelliJ will open that interface but not the implementation.

Is there a way to tell IntelliJ always jump to the implementation if there is at least one or make it asking me which I want to jump to?

Upvotes: 1

Views: 1244

Answers (1)

Bas Leijdekkers
Bas Leijdekkers

Reputation: 26462

Navigate | Implementation(s), by default mapped to Ctr/Cmd+Alt+left mouse button I believe.

Upvotes: 3

Related Questions