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?
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?
Tools, Options, Text Editor, C# (or any other language), Enable single-click URL navigation.
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 :-)