문제


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

도움이 되었습니까?

해결책

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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top