Resharper - is it possible to go to method's implementation on CTRL-click instead of going to declaration?

前端 未结 4 2036
既然无缘
既然无缘 2020-12-25 10:06

if I do CTRL-click on method\'s name in VS2012 with Resharper 8, I\'m redirected to the method\'s \"declaration\" - and that\'s quite inconvenient if I have lots of interfac

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-25 10:56

    There are 2 solutions for it:

    1. CTRL + ALT + Left Click - default behaviour
    2. VS: Tools => Option => Environment => keyboard => Search "ReSharper.ReSharper_GotoImplementation" and then assign the key you want.

提交回复
热议问题