Ondra Netočný
Ondra Netočný

Reputation: 410

VS 2017 mouse navigate backward stopped working with ReSharper

I like the VS feature to navigate backwards (e.g. after Ctrl+Click) using mouse back button. Unfortunately this feature stopped working. Literally using mouse back button does nothing. I have found out that navigation works again when I disable ReSharper. However, with enabled ReSharper it does not. Does anyone meet the same issues? I am using ReSharper 2017.2.2 and VS 2017 15.4.4.

Upvotes: 6

Views: 1698

Answers (1)

Alexander Kurakin
Alexander Kurakin

Reputation: 13533

Microsoft introduced its own Ctrl+Click feature implementation in the latest build of VS2017, try disabling it here Tools | Options | TExt Editor | General | Untick "Enable mouse click to perform Go to Definition" ckeckbox to get the correct behaviour back.

Upvotes: 6

Related Questions