Highlight code you are focused on.
- Highlight some lines around the cursor, and control how many lines.
- Highlight some lines that are wrapped in "{}", and control the level of "{}".
- Install it.
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 highlightWhen set to block, the configuration below controls the level of "{}":
"focus.autoMatchLevel":-1When the level is set to fixed, configure how many lines to highlight:
"focus.highlightLines":5Configure opacity:
"focus.opacity":0.7 //number between (0,1)See Change Log here
Submit the issues if you find any bug or have any suggestions.
Fork the repo and submit pull requests.
