ReSharper uninstall - Visual Studio no longer shows correct error highlighting

Viewed 18620

I've been trying out ReSharper and decided that I'd like to uninstall it. However, after doing so, Visual Studio no longer shows red underline highlighting that it normally uses to identify the location of errors in the code.

This has happened on two of our PCs so far. I've tried a reinstall and a repair, but no luck. Any ideas how I can restore the highlighting in Visual Studio?

4 Answers

Go to Tools → Options → Text Editor → C# → Advanced, check the following options:

  • Underline errors in the editor
  • Show live semantic errors

alt text

Go to tools -> options and under Environment select the Fonts and Colors node.

Choose to show the settings for Text Editor and in the Display items listbox look up the item "Syntax Error" and fix the setting.

Another option might be to use the "Use Defaults" button on top of the same options form.

Related