Couple of years ago, I’ve created a Visual Studio extension to colorize things in C#. More specifically I was trying to colorize different programming constructs such as extension methods. So it had to be done in a syntax aware manner as oppose to coloring text. For that I used Roslyn .NET compiler to do this. …
Color Coder
Color Coder 1.0.1 Released
It is almost a year since I first released the Color Coder extension. I haven’t spent much time on it and planed to do it once it hit a certain amount of users. But recently with Visual Studio update 15.7 the extension didn’t work properly. So I fixed it and made other improvements to it …