VisualStudio-ColorCoder icon indicating copy to clipboard operation
VisualStudio-ColorCoder copied to clipboard

Visual Studio extension that helps with semantic highlighting in C# and VB.Net

Results 12 VisualStudio-ColorCoder issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/33050526/144718822-2b933bc1-4ac6-4f02-8eb8-b9e207de5030.png)

bug

Hello. Visual studio shows an error when I open the project for the first time. This window ![error window](https://i.imgur.com/r0xJOdH.png) 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...

![image](https://user-images.githubusercontent.com/1594982/40669202-9be55460-6390-11e8-8ac3-58ec7a1184e6.png) Members of event aren't highlighted. While they are if the object is delegate.

bug

More info: https://msdn.microsoft.com/en-us/library/mt750288.aspx

enhancement

Create a better method to restore the colors to its default.

enhancement