Gerard
Gerard

Reputation: 13397

I lost the squiggly red underline feature

I lost the squiggly red underline feature in Visual Studio 2010. I experimented with some plugins/extensions like Coderush/Code map. I have reset all settings for fonts and colors to "use default" but the squiggly red underline feature does'nt return. Any ideas? alt text

EDIT: I did uninstall all extensions/plugins except the visual studio color theme editor - it makes no difference.

Upvotes: 17

Views: 12329

Answers (4)

Gerard
Gerard

Reputation: 13397

alt text

      

Upvotes: 20

Angel Duarte
Angel Duarte

Reputation: 59

in javascript I solved this by going to Tools > Options > TextEditor > Javascript > advanced > Uncheck Show Syntax Errors.

Upvotes: 1

coanor
coanor

Reputation: 3954

If your want to add/remove C/C++ underline squiggles, try this:

enter image description here

Upvotes: 3

Hans Passant
Hans Passant

Reputation: 941465

Add-ins often turn off the Visual Studio features so they can replace them. And of course don't restore them when you uninstall them, so you're pretty much forced to keep using them if you can't figure out how to undo the setting changes.

Tools + Import and Export, Reset might be your best shot. As long as you haven't customized VS yourself.

The specific setting is Tools + Options, Text Editor, C#, Advanced, "Underline errors in editor" check box.

Upvotes: 39

Related Questions