Visual Studio Code Extensions - Quick Picks #3
08/15/2021, Sun
Categories:
#editor
Auto Close Tag
This plugin will automatically create an HTML closing tag when you start off a new tag. This will halve the typing work that you have to do when you are manually creating HTML tags by hand.
![auto-close-tag](https://raw.githubusercontent.com/formulahendry/vscode-auto-close-tag/0c784ff156da350cce8374a7f04759cab7e2aaff/images/usage.gif)
VSCode Dimmer Block
Taking the idea of focus one step further than only highlighting the current active document group, this plugin will allow you to highlight a certain block of code of text you are working on so other out of focus blocks of text are dimmed out.
![vscode-dimmer-block](https://raw.githubusercontent.com/AndrewMorsillo/vscode-dimmer/master/images/context.gif)
Indenticator
Displays a vertical line marker for the level of indent nesting active block of code for better visual focus.