Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable an specific feature of ReSharper 5.x

I'm use ReSharper 5.x which have a feature when i hold Ctrl and hover mouse over Class or methods (Or anything into codes), an underline is shown and when i click, ReSharper automatically opens code-file of that class or method (Function exactly like Go to Reference in Visual Studio code files context menu item).

How i can disable this feature, I can't find any option for this in Options dialog? and what's name of this feature?

Thanks in advance

like image 220
Sadegh Avatar asked Oct 18 '10 19:10

Sadegh


1 Answers

Well, if you absolutely don't want to have the feature enabled, can disable it by doing:

  1. ReSharper menu -> Options
  2. Search & Navigation (4th from the top)
  3. Uncheck "Go to Declaration on <Control + Left Click> in editor
like image 175
Lasse V. Karlsen Avatar answered Oct 20 '22 04:10

Lasse V. Karlsen