Reputation: 1893
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
Reputation: 26462
Navigate | Implementation(s)
, by default mapped to Ctr/Cmd+Alt+left mouse button I believe.
Upvotes: 3