Closed jansviland closed 1 year ago
Hey @jansviland :wave:,
Thank you for opening an issue/feature request. We will get back to you as soon as we can.
Please consider support us by buying a license here or donating from OpenCollective https://opencollective.com/intellij-rainbow-brackets.
And we have a special plan for paid users, if you are a paid user, your issue or feature request will have a higher priority.
If you are creating a issue, please make sure you already read the latest change log here.
Tested it, now it works 👍
Hi
In C# the coloring of variables does not work 100%. As you can see here it gets in about 50% correct.
start
has a different color thatn the others, but I thinkinput
should have this color, notstart
. colors should increase in tone in order from top to bottom.end
gets another color, but when used as a parameter, it goes back to default color.result
also get a different color, but whenresult.Step
is used, the color goes back to default.Please check
Your programming languages
C#
Code snippet for reproduce (for bugs)
Line 100: https://github.com/jansviland/AdventOfCode/blob/main/2022/AdventOfCode.2022.Day12.Tests/Tests.cs
Your Environment