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”
Posted
Jan 20 2015, 07:48 AM
by
Damir Dobric