Highlight some lines around the cursor, and control how many lines.
Highlight some lines that are wrapped in "{}", and control the level of "{}".
Usage
Install it.
Configuration
Set how your code should be highlighted:
"focus.highlightRange":"block" //Highlight code block which is ranged by `{` and `}`
"focus.highlightRange":"fixed" //Highlight line count by configuration
"focus.highlightRange":"none" //Disable highlight
When set to block, the configuration below controls the level of "{}":
"focus.autoMatchLevel":-1
When the level is set to fixed, configure how many lines to highlight: