indented-block-highlighting READMEHighlights the intented area that contains the cursor. FeaturesHighlight the selected block automatically like so: Extension SettingsThis extension contributes the following settings:
Known IssuesImproper 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 Example of issue: This extension does not parse syntax, it simply checks indentation levels. Unindented text is not highlighted; This is intentional. Release Notes1.0.7Removed package-lock.json 1.0.6Require Hoek 5.0.3 1.0.5Accent Current Line feature added. 1.0.3Tabs size is now pulled in from each document. ~~1.0.1.1~~ 1.0.2Fixed tabs being considered as 1 space 1.0.1Added Whole Lines 1.0.0Release + Bug fixing |