vvvv / VL-Language

The official repo for the design of the VL programming language
31 stars 0 forks source link

[Quest] Navigating Interface method implementations #37

Open YanYas opened 3 years ago

YanYas commented 3 years ago

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.