代码改变世界

ReSharper Tips—GotoImplementation

2013-07-24 12:32  执着的梦想  阅读(248)  评论(0编辑  收藏  举报

To get the list of all existing implementation of a base class and navigate to one of them, place the caret at the declaration of the symbol or its usage, and invoke GotoImplementation command.

 

If the symbol has only one implementation, you navigate directly to it.

If the symbol has several implementations, they are displayed in a drop-down list, and you can chose where to navigate.