What's the Navigate -> Super Method inverse shortcut?
Answered
When I'm in a subclass and I override a method, I can navigate to the super method using `cmd+U`. I can also click on the icon in the gutter. Similarly, when there are subclasses that override a method, I can click on the gutter icon and select the subclass method I want to navigate to. Again, mouse + click + another click.
Is there a shortcut to call the "Choose Overriding Method of <method name>" dialog?
Please sign in to leave a comment.
Hi Roberto! Navigate | Implementation(s) action from the menu and related shortcut (Ctrl+Alt+B on windows) should do the trick.
Yes, it does; thank you!