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
64 stars 13 forks source link

The Rainbowe is uncompatible with the Pycharm‘s specification or format when list of strings in multiple lines #1

Closed vio1etus closed 4 years ago

vio1etus commented 4 years ago

就是一点儿小瑕疵: 要是按照 Pycharm 建议的 indent format, 那 rainbow indent 就会报红 image

按照正常缩进, Pycharm 又会给出下波浪线提示: re-format image

要是能兼容一下,更好。最后感谢作者写出这么好的插件!

dima74 commented 4 years ago

@heyizhang Hello and thank you for reporting! I will try to fix it when I have free time

dima74 commented 4 years ago

@heyizhang fixed in version 1.1.0. Now plugin highlights only indentation (and not alignment):

image

(More about indentation vs alignment here.)


Thank you and feel free to ask any questions or submit feature requests.

vio1etus commented 4 years ago

Thank you very much!