How to change the color of "#region" specific keyword in Rider
Answered
How does one change the color of "#region" specific keyword in Rider? I only see the option to change Keywords in Rider http://prntscr.com/fmptsd
Really need to be able to identity #region and #endregion tags
Please sign in to leave a comment.
Yep. I've actually been deleting regions when I need to understand someone else's code in a hurry as it's just extra clutter. Really need them coloured the same as comments so I can see "through them"
(Maybe if I make enough boilerplate in C# light enough then it might start resembling a half decent language ;-)
I'm hoping we can change the color on this as well.
In Visual Studio we can change color for preprocessor keyword. With configured file layout (Fields, Properties, Methods...) it is visually easier to separate these groups when color of #region differs from regular keyword color. I use green color (like comments color) which contrasts greatly with default color for keywords.
Hi everyone! Please, upvote this issue: RIDER-3660.
Thank you!
Alexandra Guk done!