Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Do I Stop Visual Studio 2010 Editor From Making Code Hyperlinks?

Its quite annoying.

Example:

private const string someUrl = "http://foo.com"; 

I don't want the text to be turned into a hyperlink in the code editor.

Any ideas how to turn this off?

like image 699
RPM1984 Avatar asked Jul 14 '10 01:07

RPM1984


People also ask

How do you turn off hyperlinks?

Press Ctrl+Shift+F9.


1 Answers

Tools, Options, Text Editor, C# (or any other language), Enable single-click URL navigation.

like image 165
SLaks Avatar answered Sep 22 '22 18:09

SLaks