-1

I use to develop with eclipse and am missing some things on VisualStudio 2013

As you can see in the gif below, I can use a ctrl + t shortcut to see which classess are imlpementing my interface IFoo so I can see the details (in this case Microwave51 class)..How can I do the same trick on VS-2013,

This question here is pretty good but only since 2015

enter image description here

Edit:

If I do Right click on the interface declaration and click "Go To Implementation" I get only this:

enter image description here

Nimantha
  • 4,731
  • 5
  • 15
  • 38
ΦXocę 웃 Пepeúpa ツ
  • 43,054
  • 16
  • 58
  • 83
  • You're missing an option, make sure you right click on the interface itself. Also, I notice you have an option to view a designer, is this a WinForm app or something? – Timothy Stepanski Oct 21 '16 at 12:54

1 Answers1

0

If you have ReSharper... Right click on the interface declaration and click "Go To Implementation."

If you don't... Right click on the interface and "Find All References." Gotta look through the results manually.