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

Add a toggle to show only inorrect indentation #23

Closed krzyk closed 3 years ago

krzyk commented 3 years ago

Great plugin, but I use it mostly to get the color for incorrect indentation.

So I would suggest to add a toggle that would disable the normal coloring mode and enable just the incorrect indentation. I know I can change the colors in settings and visually disable all other colorings but it won't save the added CPU usage of this plugin (e.g. when I scroll down a large file I can see how it slowly draws the rainbow indentation colors) hence the idea to have just a simple version with just the incorrect indent.

dima74 commented 3 years ago

@krzyk thank you for the suggestion! Please update the plugin to version 1.6.1, where the option was added:

image

krzyk commented 3 years ago

Thank you :)