dima74 / intellij-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
https://plugins.jetbrains.com/plugin/13308-indent-rainbow/
GNU General Public License v3.0
62 stars 13 forks source link

strange effect on YAML arrays #42

Closed neopaf closed 2 years ago

neopaf commented 2 years ago

when I just open a file with YAML arrays, it looks sad:

            Iterator:
              ListAttributeIterator():
                ListAttributeName:
                - _ErrorAttributes
                - _ErrorMessages
                RuleChain: AddErrorCode
                TmpAttributeName:
                - VIP_A
                - VIP_B
                AddErrorCode:

Снимок экрана 2022-04-08 в 20 41 16

But once I edited likes that start with dash, it gets fixed:

Снимок экрана 2022-04-08 в 20 42 12

One that was edited and next one get better.

plugin version 1.7.0

IntelliJ IDEA 2021.2.3 (Ultimate Edition) Build #IU-212.5457.46, built on October 12, 2021

dima74 commented 2 years ago

@neopaf Hi! Please update the plugin to version 2.0.2 (available for IntelliJ IDEA 2021.3)

neopaf commented 2 years ago

upgraded to IntelliJ IDEA 2022.1 (Ultimate Edition), everything's fine, thanks, Dima!

Снимок экрана 2022-04-15 в 12 24 58

Not sure why autoupdate(enabled) failed me... Снимок экрана 2022-04-15 в 12 26 46

neopaf commented 2 years ago

it works much faster here too! thanks again!