Open
Description
Is there any way to find implementations of a method or class?
This workflow is extremely useful when dealing with lots of inheritance and overriding.
For example, in a base class that implements an abstract method of its parent class, jump directly to the abstract method definition.
Similarly, going the other direction, from an abstract class or interface's method definition, find all implementations (not references) of this method.