Is there a way to navigate to real implementation of method behind an interface?

后端 未结 15 1484
攒了一身酷
攒了一身酷 2020-12-07 08:58

In Visual Studio, when you right-click a method call, you go to the implementation of that method inside a class except if you access this method through an interface: in th

15条回答
  •  甜味超标
    2020-12-07 09:46

    Check out this new free Visual Studio 2013 Extension - Implementator. It adds option "Go to implementation" to Visual Studio editor context menu.

    It is not so reliably and fast as Resharper, but does it's job just fine.

提交回复
热议问题