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
Keyboard only options:
CTRL+F12 OR ALT+END = Go to implementation
F12 = Go to declaration
ALT+F12 = Peek declaration
I don't think you can re-assign the CTRL+LeftClick Option. Per their documentation.
By default, Go To Declaration is available by Ctrl + left-click. To change the default behavior, use controls on the Search & Navigation page of the Options dialog box. For more information, see ReSharper Options: Environment: Search & Navigation
Since it says "change", I went and checked the Search & Navigation section mentioned above to verify if this behavior can indeed be changed. But the change is simply a Checkbox
that says.
Go To Declaration on <Control + Left Click> in editor.
I unchecked this option and saved it, and now, I get nothing if I CTRL+Left Click
a method name. So I think you can only disable or enable this option, not re-assign the keys.
CTRL+Click = Go to declaration
CTRL+ALT+Click = Go to implementation
CTRL+SHIFT+Click = Peek to declaration (Visual Studio 2013)
There are 2 solutions for it: