3

I am familiar with previous versions of Visual Studio, and the new Express Edition (that is, Desktop Express 2012) is missing some of the familiar highlighting procedures.

After having the problem and following the instructions outlined here, I have succeeded in restoring intellisense, automatic indentation, and blue-colored keywords, but the classes, structs, and other types are no longer highlighted their familiar green color.

The question is, can I get this familiar green type highlighting back, or is it intentionally omitted in Visual Studio Desktop Express 2012?

Community
  • 1
  • 1
Jacklynn
  • 1,503
  • 1
  • 13
  • 23
  • This is, of course, a purely aesthetic question, but the lack of green highlighting bothers me for no good reason. – Jacklynn Jan 05 '13 at 18:36
  • 3
    possible duplicate: [Visual Studio 2012 Code Highlighting for structs](http://stackoverflow.com/q/14253879/855050) – a06e Jan 19 '13 at 15:00

1 Answers1

0

I think you need to check your Font and Colors settings(Tools->Environment->Fonts and colors) in Visual studio for User Types.

Schatak
  • 1
  • 1