I'm getting a little bit crazy right now. My company switched from VS2008 to VS2012 and by now I couldn't find any option to enable code highlighting for structs.
In VS2008 something like
public Color Foreground {get;set;}
the keyword Color
would be highlighted because it's a well known and defined struct.
In VS2012 the highlighting feature doesn't work for structs anymore.
Does anyone else also noticed? Has anyone a solution? I went through all the Color Options and tried everything but I can't get the good old struct
highlighting color back.