'Resharper ctrl click not working Visual Studio 2015

Resharper has suddenly decided that ctrl alt click and ctrl click are no longer a thing.

I've applied the resharper scheme again

Cleared the resharper cache

Reset the visual studio keyboard Tools > Environment -> Keyboard

Any suggestions?



Solution 1:[1]

There's one more possible culprit (at least in Visual Studio 2017). If none of the solutions work (like for me). You should go to:

Tools -> Options -> Text Editor -> General

and turn off the Enable mouse click to perform Go To Definition or change the modifier key to something else.

Solution 2:[2]

Thank you @SmartK8 for your answer. I have Visual Studio 2017 (15.4.4) and ReSharper 2017.2.1. I have found that CTRL-Click will actually navigate twice in this scenario. It is super annoying and depending on where your mouse is and where you land you can actually navigate twice.
You can tell this is happening because of the "double underline" on the navigation UI hint. Check it out:

enter image description here

To turn off Visual Studio's navigate option, go to: Tools > Options > Text Editor > General. And vote up @SmartK8's answer for this wisdom! Now only ReSharper's navigation will remain.

Alternately, you can turn off ReSharper's navigation by going to ReSharper > Options > Search & Navigation. Uncheck Rich mouse navigation in the editor.

I have decided to keep ReSharper's navigation since I can go to definition or implementation. (Going to implementation is nice when a method is declared in an interface).

Haha, and for the double underline? The underline that is 1 pixel below is the Visual Studio one. The underline that is 3 pixels below is the ReSharper one!

Solution 3:[3]

Got Productivity Power Tools installed? It also has a go to definition that clashes with Resharper's.

Turn off Productivity Power Tools' "Control-Click Go To Definition" in Options => Productivity Power Tools => Turn Extensions On/Off.

I'd imagine the same goes for any other extension that does the same thing. Try finding them by typing "Control click" in the Quick Launch TextBox at the top-right of Visual Studio.

Probable duplicate: https://stackoverflow.com/a/22148763/492

Solution 4:[4]

None of the provided solutions worked for me. What caused ctrl+click to stop working is when my resharper license ran out.

A few ways to disable resharper to get it working again:

  • Tools -> Options -> Resharper -> General -> Suspend Now
  • Extensions -> Manage Extensions -> Installed -> JetBrains Resharper xx -> Disable. Restart Visual Studio.
  • Extensions -> Resharper -> Options -> Keyboard -> Shortcut Scheme -> Keyboar Scheme -> None

Solution 5:[5]

This action will enable Ctrl + Click function in Resharper

  • In the Tools | External Sources in Resharper Options
  • Select Navigation to Sources
  • Save

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 SmartK8
Solution 2 Jess
Solution 3 Community
Solution 4 goku_da_master
Solution 5 Amardip Shrestha