VSCode - Add matching tags

0 votes
217 views
added Apr 2, 2019 in VSCode by LC Marshal Captain (25,790 points)

VSCode > Extensions > highlight-matching-tag > install > Done!

 

To style it

File > preferences > Settings > User settings > text editor > code actions on save > Edit in settings.json

// sample styling code
"highlight-matching-tag.style": {
    "backgroundColor": "rgba(63, 191, 63, 0.20)"
},
"editor.occurrencesHighlight": false

 

Learn more about styling options here

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...