Help please. Red jagged lines are annoying

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

I was hoping that someone could tell me how to disable the red jagged
lines that appear underneath incomplete code (such as strings).

For instance, if you're typing a message and pause two seconds to think
about the rest of the message, a red jagged line will appear to inform you
that your string isn't closed. I've been coding for the better part of my
life (not C#, obviously), so I *know* when I haven't closed my string.
Anyway, I've looked and looked for information on getting rid of the
cursed thing but to no avail.

Does anyone know how to disable this *feature*?

TIA,
Brian
 
Brian said:
I was hoping that someone could tell me how to disable the red jagged
lines that appear underneath incomplete code (such as strings).

For instance, if you're typing a message and pause two seconds to think
about the rest of the message, a red jagged line will appear to inform you
that your string isn't closed. I've been coding for the better part of my
life (not C#, obviously), so I *know* when I haven't closed my string.
Anyway, I've looked and looked for information on getting rid of the
cursed thing but to no avail.

Does anyone know how to disable this *feature*?

TIA,
Brian

There is probably a better way (at least there should be), but you can do this:

Tools, Options, Environment, Fonts and Colors

Scroll to Smart Editor Error in the display items and change the foreground
color to white (or whatever your background color is).
 
Julie said:
There is probably a better way (at least there should be), but you can do this:
Tools, Options, Environment, Fonts and Colors
Scroll to Smart Editor Error in the display items and change the foreground
color to white (or whatever your background color is).


Hey, it may not be the most elegant solution, but it works. Seems like
there should be a check box saying, "Hey! I don't want to use the Smart
Editor Error"

Thanks for the suggestion. I'll use that until I can find a better way.
 
Back
Top