6 ms·
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 bein
by stevehine 6y 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 !
- SAI_Peregrinus 6y agoAnd the numerous rainbow bracket extensions for various editors, which color brackets and parentheses differently depending on nesting level.