Syntax Highlighting stopped working in VS 2013 after installation of Update 4

Damir Dobric Posts

Next talks:

 

    

Follow me on Twitter: #ddobric



 

 

Archives

After installing Visual Studio2013 Update 4 my C# Syntax Highlighting stopped working.
This is what I get:

public class MyClass : MyClass2
{  }

 

This is what I expect:

public class MyClass : MyClass2
{    }

 

To fix the problem I executed following command in console with elevated administrator permission:

“C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE>devenv /setup

image


Posted Jan 20 2015, 07:48 AM by Damir Dobric
Filed under: ,
developers.de is a .Net Community Blog powered by daenet GmbH.