I am using visual studio code for writing html but it doesn't have the feature of identifying closing tag for the current selected one. How can I achieve the same?
Here is how it looks on VS Code:
Can you suggest any extension or how can I achieve this? VS Code 1.7.1
install this extension
highlight-matching-tag
and change the settings.json
to
"highlight-matching-tag.leftStyle": { "borderWidth": "0 0 0 3px", "borderStyle": "dotted", "borderColor": "red", "borderRadius": "5px" },
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With