1

I've lost all the color formatting in the source view in Visual Studio and can't get it back. I tried to import a new scheme but nothing helps.

Anyone?

source view in Visual Studio

user974332
  • 173
  • 1
  • 7

2 Answers2

0

Had this a while ago, these steps fixed it for me.

  • close all running instances of Visual Studio
  • open a "Run" window and type in devenv /resetuserdata

edit

perhaps this might work for you, its for 2012 but it might work for 2013

Here is a simple solution. Go to the directory where devenv is (for 2012 RC), and type devenv.exe /setup. It will fix your problem.

devenv.exe is usually in something like C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE.

Edit: It has been suggested that you do this from the Visual Studio command prompt (Start>Microsoft Visual Studio>Tools>Visual Studio Command Prompt), and/or make sure your command prompt has administrator permissions.

How can I get user type C# syntax highlighting working again in VS 2012 RC?

Community
  • 1
  • 1
Shikiju
  • 722
  • 2
  • 9
  • 18
0

This did the trick!

devnev.exe /ResetSettings

More details here Lost formatting in Visual Studio

Community
  • 1
  • 1
user974332
  • 173
  • 1
  • 7