9

I have installed reshaper 8.1.23 and visual studio 2013 update 1.

I'd like to navigate to assembly when I hold Ctrl + click. for example holding Ctrl on IdentityUser class and Click should bring IdentityUser class but nothing happen. I also have done what has mentioned here Resharper Navigate to MVC View but with no success. when i press f12 it goes to the desired class but in previous version of resharper it was done by resharper.

Community
  • 1
  • 1
Amir Jalali
  • 3,132
  • 4
  • 33
  • 46
  • Do you get an underline when you hold Ctrl at all? Have you installed Productivity Power Tools lately? – Igal Tabachnik Mar 03 '14 at 10:22
  • Yes, recently I have installed productivity power tools, it shows the underlined selection and it works on views and methods that are not in assembly and are not compiled. I want to be able to open assembly as in in case for example what f12 key does on IdentityUser. – Amir Jalali Mar 03 '14 at 13:45

3 Answers3

14

Without additional information, I think what happened is that Productivity Power Tools taken over your Ctrl-Click action. You could turn it off from Tools - Options - Productivity Power Tools, and disable Ctrl + Click to Peek Definition. This should make Ctrl-Click be used by ReSharper again, and it will navigate to decompiled code when source is not available.

Igal Tabachnik
  • 31,174
  • 15
  • 92
  • 157
  • 2
    Under Tools - Options - Productivity Power Tools - Other Extensions -> Untick -> "Control click shows definition in Peek" – Aiden Strydom Jun 15 '14 at 09:27
  • In VS2017, This option is now under **Tools > Options > Text Editor > General** and Untick "Enable mouse click to perform Go To Definition" – Nick Orlando Dec 13 '17 at 20:41
2

What worked for me was going into ReSharper -> Options -> Keyboard & Menus and re-applying my keyboard-scheme:

Apply scheme in Resharper

Alexander Pacha
  • 9,187
  • 3
  • 68
  • 108
0

There might be a bug with this version of resharper. This post explains which version you should download in order for it to work. It's consistent with what I've encounterd when I was using resharper 8.1

Marcin Konrad Ceglarek
  • 1,442
  • 2
  • 13
  • 20