Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper vs2013 CTRL+Click not working

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.

like image 906
Amir Jalali Avatar asked Mar 03 '14 07:03

Amir Jalali


2 Answers

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

Apply scheme in Resharper

like image 82
Alexander Pacha Avatar answered Oct 23 '22 06:10

Alexander Pacha


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.

like image 41
Igal Tabachnik Avatar answered Oct 23 '22 06:10

Igal Tabachnik