Red wavy lines - can they be turned off?

B

Beeeeeves

In the C# text editor within VS.NET, it always draws red wavy lines
underneath any syntax that's invalid and won't compile, as you're typing the
text. I find this really annoying, as it's not going to be valid until I've
finished typing the algorithm. Any way in which they can be turned off?
 
N

Nicholas Paldino [.NET/C# MVP]

Beeeeeves,

In the Options dialog, go to "Text Editor | C# | Formatting |
Intellisense".

Under the section that says "Editor Help" there is a checkbox that says
"Underline errors in the editor". Unclick this, and it will go away.

Hope this helps.
 
B

Beeeeeves

The only ones there are on mine under Text Editor, C#, Formatting are
Indentation (leave open braces...,indent case labels, automatically format
completed constructs...,smart comment editing)

Outlining (editor outlining mode..., collapse #region blocks...)

and
Intellisense Member Selection (intellisense preselects...)

no mention of underline errors in the editor!
I'm using VS.NET 2k3 EA.


Nicholas Paldino said:
Beeeeeves,

In the Options dialog, go to "Text Editor | C# | Formatting |
Intellisense".

Under the section that says "Editor Help" there is a checkbox that says
"Underline errors in the editor". Unclick this, and it will go away.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Beeeeeves said:
In the C# text editor within VS.NET, it always draws red wavy lines
underneath any syntax that's invalid and won't compile, as you're typing the
text. I find this really annoying, as it's not going to be valid until I've
finished typing the algorithm. Any way in which they can be turned off?
 
N

Nicholas Paldino [.NET/C# MVP]

Beeeeeves,

My apologies, I realized I was looking at the Whidbey beta. 2003 does
not have it. You can expect that you can turn it off in the next version
though.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Beeeeeves said:
The only ones there are on mine under Text Editor, C#, Formatting are
Indentation (leave open braces...,indent case labels, automatically format
completed constructs...,smart comment editing)

Outlining (editor outlining mode..., collapse #region blocks...)

and
Intellisense Member Selection (intellisense preselects...)

no mention of underline errors in the editor!
I'm using VS.NET 2k3 EA.


message news:%[email protected]...
Beeeeeves,

In the Options dialog, go to "Text Editor | C# | Formatting |
Intellisense".

Under the section that says "Editor Help" there is a checkbox that says
"Underline errors in the editor". Unclick this, and it will go away.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Beeeeeves said:
In the C# text editor within VS.NET, it always draws red wavy lines
underneath any syntax that's invalid and won't compile, as you're
typing
the
text. I find this really annoying, as it's not going to be valid until I've
finished typing the algorithm. Any way in which they can be turned off?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top