oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable
MIT License
407 stars 55 forks source link

[Feature Request] Command to disable and re-enable the colors (turn off/on) on the same VSCode section #118

Open Diogo-Rossi opened 2 years ago

Diogo-Rossi commented 2 years ago

Sometimes I like to disable the extension to remove distraction and sometimes I like to re-enable it to comprehend code geography.

I think that is the only way to turn off/on the colors, am I right?

It would be good to have a command in the palette (that may be biding to shortcut) to turn off/on the colors without having to disable the extension and reload VSCode every time.

oderwat commented 2 years ago

I never wanted to switch it on/off on the fly but I may look into implementing that. Maybe should be three-way like: on/off/fore on.

KunalTanwar commented 2 years ago

Duplicate of #11

Diogo-Rossi commented 2 years ago

Thanks. I think this suggestion works very well for now.