VL-Language icon indicating copy to clipboard operation
VL-Language copied to clipboard

[Quest] Navigating Interface method implementations

Open YanYas opened this issue 5 years ago • 0 comments

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.

YanYas avatar Dec 31 '20 14:12 YanYas