48

Before installing Resharper, Ctrl + Left Click for Go to definition, Visual Studio 2010 uses to Metadata. After the install Resharper, when I try to first time Ctrl + Left Click, Resharper asked me with popup where I want to go, I click Object Browser for testing. Now I want to get back this setting, but in Resharper, there is only one option for this;

ReSharper | Options -> Environment | Search & Navigation and turning off or on Go to declaration on Ctrl+ Left click in editor

Resharp options

But If I turned off this setting, It doesn't take back this setting to Metadata. It still goes to Object Browser. I don't want to reset all keyboard shortcuts because I use all other Resharper's shortcuts. How can change only this setting ?

Soner Gönül
  • 97,193
  • 102
  • 206
  • 364

2 Answers2

98

Under ReSharper > Options > Tools > External Sources, select Default Visual Studio navigation (or "Navigation to Sources" for a wider set of navigation options incl. decompilation and fetching stuff from symbol servers)

Jura Gorohovsky
  • 9,886
  • 40
  • 46
4

If anyone has this issue in VS2012?

I just fixed it with Tools > Options > Environment > Keyboard

  • select "Visual C# 2005"
  • under "Apply the following additional keyboard mapping scheme".
  • Then click 'Reset'.

This was infuriating, hope it helps someone else. Worked for me with VS 2010 perfect.

T.S.
  • 18,195
  • 11
  • 58
  • 78
Ashish
  • 41
  • 1