Highlights the intented area that contains the cursor.
Highlight the selected block automatically like so:
This extension contributes the following settings:
blockhighlight.background
: Change the highlight colorblockhighlight.omit
: Array of languages that will not be parsed by this extensionblockhighlight.isWholeLine
: Option to highlight the entire line or only the textblockhighlight.accentCurrentLine
: Option to choose to accent the current line more intensely than the rest of the block
Improper indentation levels for lines with mixed whitespace:
Indenting the same line with a mixture of tabs and spaces causes improper behavior because of how VSC autoadjusts whitespace
This extension does not parse syntax, it simply checks indentation levels.
Unindented text is not highlighted; This is intentional.
Removed package-lock.json
Require Hoek 5.0.3
Accent Current Line feature added.
Tabs size is now pulled in from each document.
Fixed tabs being considered as 1 space
Added Whole Lines
Release + Bug fixing