marcelwgn / IndentRainbow

Visual Studio extension for colorization of indent levels
https://marketplace.visualstudio.com/items?itemName=chingucoding.IndentRainbow
MIT License
32 stars 8 forks source link

Not all levels highlighted correctly #9

Closed monkeycoder99 closed 5 years ago

monkeycoder99 commented 5 years ago

See attached image. There should be highlights at all tab stops before braces, but they're missing. Also, the last level before text seems to be missing on every line. I like the idea and I too love the extension for VSC as well.

image

marcelwgn commented 5 years ago

Okay I am a bit confused as to why I was not able to see this behavior before, since I have been using my extension unsurprisingly since day one.

Do you have a sample (file) that triggers this behavior consistently? Which version of Visual Studio are you using and which version of IndentRainbow are you using? Which settings are you using for IndentRainbow (colors,alpha value, etc)?

marcelwgn commented 5 years ago

Closing this as I can not reproduce the bug in question.

marcelwgn commented 4 years ago

I think I was able to reproduce your bug and created a fix for this in version 0.4.1 of the extension. Please tell me if that fixed your problem 😄

monkeycoder99 commented 4 years ago

Thanks for looking into this. I installed 0.4.1 and I'm still having the problem. Here's some SS for .json and .cs. It may have improved to just being an issue for braces ("{", "}"). image image

marcelwgn commented 4 years ago

Okay, I think I fixed it now with version 0.4.1.1 . Again, please tell me if this fixed your issue. 😅

monkeycoder99 commented 4 years ago

That's it! You got it. Looks great now. Thanks again.

marcelwgn commented 4 years ago

That's it! You got it. Looks great now. Thanks again.

No problem. Thanks for reporting the issue and checking so quickly if the fix works for you!