hmemcpy / AgentMulder

** THIS PLUGIN IS NO LONGER MAINTAINED. PLEASE FOLLOW ERNICOMMUNITY FOR UPDATES **
https://github.com/ERNICommunity/AgentMulder
MIT License
151 stars 33 forks source link

Add 'navigate to instantiation (ioc or constructor)' #21

Open hmemcpy opened 12 years ago

hmemcpy commented 12 years ago

Having a signature like:

public Foo(IBar bar) {}

Have IBar highlighted (perhaps by using an underline like the MVC views), clicking on which would take you to where the concrete type is being instantiated (either directly or via DI container)