Question


I would like to change the syntax highlight colour of existing keynames: #region, #endregion from blue to other colour.
This is Visual Studion 2008 Professional Edition C#

If colour would expand also after #region and include region name that would be even better




@Imposible with Microsoft VS

Était-ce utile?

La solution

The colours can be configured in the Options dialog - the "Fonts and Colors" section in the Environment group lets you configure all sorts of colours, but it sounds like you want to fiddle with the "Preprocessor Keyword" colour.

Autres conseils

I checked in Visual Studio 2013, but I think it should be the same. In Visual Studio, in the menus, go to: Tools->Options->Environment->Fonts and Colors And change the color of "Preprocessor Keyword" To the one you like.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top