views:

29

answers:

2

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?

+2  A: 

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

SLaks
That's the one. Thanks.
RPM1984
+2  A: 

Not sure about VS2010 but, in VS2008, you can open up Tools, Options, Text Editor, <Your Language>, General, there's a Enable single-click URL navigation checkbox that you should de-select.

With any luck, Microsoft won't have moved it too far from there in VS2010 :-)

paxdiablo
Correct too. SLacks got in earlier (by 1 minute!), so i gave him the correct answer, but gave you a vote. =)
RPM1984