Hacker News new | ask | show | jobs
by stevehine 2159 days ago
VS Code / Visual Studio both have a 'rainbow indent' extension which colours the indented space rather than the highlighted code. But it relies on the code being formatted correctly; rather than anything semantic in the language. It's still useful !
1 comments

And the numerous rainbow bracket extensions for various editors, which color brackets and parentheses differently depending on nesting level.