views:

58

answers:

3

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.

+1  A: 

Uninstall the plugins/extensions.

kirk.burleson
+1  A: 

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.

Hans Passant
+1  A: 

alt text

Gerard