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

Popup by ReSharper inheritance icon hides popup from Agent Mulder #19

Open akimboyko opened 12 years ago

akimboyko commented 12 years ago

Description: When concrete class bound by ninject and its implementation also

Code sample:

interface IEntity {}
class Entity : IEntity {} // here is an issue
class SubEntity : Entity {} 

// Ninject configuration

Bind<IEntity>().To<Entity>() // here is an issue
Bind<IEntity>().To<SubEntity>()

Environment:

hmemcpy commented 12 years ago

Thanks very much for reporting! I'll try making the icon play nice with the other ones...