Search code examples
intellij-ideafindoverriding

IntelliJ IDEA find method overrides


Assuming I have method init() in some MyBaseClass.

Is there a way to quickly find overrides of this method in subclasses?

Sure, I can find throughout a project @Override void init, but maybe there is a smarter way?


Solution

  • Please use Navigate | Implementations.