oderwat / vscode-indent-rainbow

Extension which shows indentation with a faint rainbow colored background to make them more readable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to color entire line, not just whitespace

deefdragon opened this issue · comments

commented

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

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

commented

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