Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015: Disable Control+Click Navigation

After upgrading to Visual Studio 2015, holding control while clicking on a symbol navigates to that symbol definition. In prior versions, this would instead select the entire word.

How can I disable the navigation event when CTRL + Click(ing) a symbol, so that it highlights the word?

I do have Resharper (Ultimate 9.2) installed. The configuration option under Environment -> Search & Navigation -> Go to Declaration on Control + Click in the editor is not checked.

All the search engine results make mention of this being a feature of the Productivity Power Tools extensions in previous versions of Visual Studio. I do not have that extension installed.

like image 622
Matt Murrell Avatar asked Sep 09 '15 17:09

Matt Murrell


Video Answer


2 Answers

I found my solution in the "Options - Text Editor - General" settings. This was on VS 2017 thou.

enter image description here

like image 124
MrDracow Avatar answered Oct 11 '22 11:10

MrDracow


To disable navigation to symbol definitions in VS2015, this one worked for me.

like image 44
Abdul Waahid Avatar answered Oct 11 '22 12:10

Abdul Waahid