I know I can just put cursor on an Interface and “Find All References” for it.
But the result contains too much noise.
I only want to find all the classes implementing that interface. Not variable declaration with that interface.
And not by reflection. I want to finish this task within the IDE.
Any shortcut for this?
Thanks!
You can use
"View Call Hierarchy"by placing cursor on member of the interface.But if you want more you can
Resharper