Intellisense a Little TOO helpful

  • Thread starter Thread starter john bailo
  • Start date Start date
J

john bailo

Ok, I like Intellisense: however, when I want to put
a hyperlink in my web forms codebehind, I don't want it
to *light up* and be an active hyperlink -- why? because
it's a pain in the ass when i'm trying to edit the hyperlink
and i click in the middle of it and it launches a browser.
 
john bailo said:
Ok, I like Intellisense: however, when I want to put
a hyperlink in my web forms codebehind, I don't want it
to *light up* and be an active hyperlink -- why? because
it's a pain in the ass when i'm trying to edit the hyperlink
and i click in the middle of it and it launches a browser.

Tools > Options > C# > General > Enable single-click URL navigation

Try unticking it and see if that helps...
 
Back
Top