oderwat / vscode-indent-rainbow

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

Option to color entire line, not just whitespace #165

Closed deefdragon closed 11 months ago

deefdragon commented 11 months ago

My history of using this extension traces itself all the way back to the Java BlueJ editor, which has a similar concept as this extension, but with the difference of highlighting based mostly on scope.

Tho it would be the ideal, I'm guessing based on some of the other issues I read that it would be rather difficult to do syntax based highlighting from bracket to bracket/paren to paren.

Would it be technically possible to at least get an option to highlight the entire line that is at a given tab level however?

BlueJ's Highlighting maxresdefault-1718912094

oderwat commented 11 months ago

I do not really want to get into that. But can't you use https://marketplace.visualstudio.com/items?itemName=leodevbro.blockman ?

deefdragon commented 11 months ago

Didnt know an extension to do that existed now. TY. Closed.