madskristensen / RainbowBraces

A Visual Studio extension
Apache License 2.0
132 stars 7 forks source link

Missing Color on bracets with noting inn it #2

Closed khopland closed 2 years ago

khopland commented 2 years ago

Describe the bug missing colors on empty (), [] and {}.

To Reproduce Steps to reproduce the behavior:

  1. call a C# function with no parameters, it will be white.

Expected behavior Should have color matching a function with parameters.

Screenshots image

madskristensen commented 2 years ago

This is actually by design. I thought it would add unnecessary colors.

andrekoehler commented 2 years ago

I would prefer empty braces to not be colored. IMO it makes the code too colorful without any benefit. Maybe add an option for this?