VisualStudio-ColorCoder
VisualStudio-ColorCoder copied to clipboard
Visual Studio extension that helps with semantic highlighting in C# and VB.Net
Hi, color coder looks great! I have 2 feature requests: 1) Have different coloration of Method definition from a method call. This could help separate method definitions better. 2) Have...
Hey! I'm still very happy with this extension. The new basic type "record" is not yet taken into account when coloring the constructors.
I believe it's the safer alternative to use `Task.Wait`: ```C# public CacheState ManageCache(ref ProviderCache cache, NormalizedSnapshotSpanCollection spans, ITextBuffer buffer) { if (cache != null && cache.Snapshot == spans[0].Snapshot) { return...
Attributes with Params does not be colored, on VS2022: 
Hello. Visual studio shows an error when I open the project for the first time. This window  It always shows that error when opening a file with this...
Would it be possible to add support for the keywords "this" and "null"? They are currently being controlled by the "Text Editor -> Keyword -> Foreground" setting. I'd like to...
 Members of event aren't highlighted. While they are if the object is delegate.
More info: https://msdn.microsoft.com/en-us/library/mt750288.aspx
Create a better method to restore the colors to its default.