VL-Language
VL-Language copied to clipboard
[Quest] Navigating Interface method implementations
If I make an interface for used by several classes or with several implementations of a method, sometimes when I patch the method, I try to open it and I inevitably end up at the interface definition.
Where there may be many implementations, it could save the developer time searching for the right one if choosing 'open' gave them a menu of the classes that implement the method, and clicking the desired class opens the class at that implementation.