Syntax highlighting in Visual Studio 2012 classes

I recently installed Visual Studio on a laptop and the syntax highlighting didn't change the colors of the Classes.

I tried exporting and importing the full full set of settings and it still looks like this.

EDIT

I tried these schematic websites and decided to try one, humane schema, and this is how the sample code looks on my laptop after setting these settings:

enter image description here

However, this is how it should look:

enter image description here

Note the lack of emphasis in class names.

What could be the reason for this? I am starting to think there is another setting elsewhere that is causing this.

+3


source to share


2 answers


Finally it worked by dumping user data, launching it from the Visual Studio command line

devenv /Resetuserdata 

      



Found a clue here: fooobar.com/questions/100897 / ...

+11


source


Changin syntax can be done via the menu Tools - Options - Environment - Font & Colors

. This is an attempt and test approach and not much improved from earlier versions of Visual Studio.



Fortunately, today there are entire theme sites that you just have to pick and install I suggest you visit http://studiostyl.es/ where you can find thousands of themes or, for more general ones, go to http://www.hanselman.com /blog/VisualStudioProgrammerThemesGallery.aspx

+4


source







All Articles