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?
Please use Navigate | Implementations.