Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper 'Ctrl Click' isn't working with visual studio 2017

Because of a Computer Change I recently had to install a fresh Visual Studio 2017 and the Resharper Ultimate Edition. After that, Ctrl-Click suddenly does no longer work as expected. Although the editor switches to "some" target, this target appears to be a bit "random".

Sometimes, though, it helps to simply step back with Ctrl-Minus to get to the desired target.

Any ideas?

like image 814
Roman Avatar asked Oct 28 '17 13:10

Roman


People also ask

Why Ctrl click not working in VS code?

please navigate to “Tools” -> “Options” -> “Text Editor” -> “General” -> “Open definition in peek”. If it is not checked, please check it and make sure “Use modifier key” is “Ctrl”, then click “OK”.

How I can make Ctrl Click to go to definition in Visual Studio code?

Tip: You can jump to the definition with Ctrl+Click or open the definition to the side with Ctrl+Alt+Click.


1 Answers

I found the solution here. This also solved my Problem with a normal Ctrl-Click :)

like image 148
Roman Avatar answered Sep 21 '22 21:09

Roman