My code:
The end of the tag never highlights and I cannot tab to the end:
Example code:
Highlighted tag:
I am not sure if this is a setting or extension, but it would save me tons of time.
>Solution :
The setting for highlighting matching parentheses and brackets is Editor: Match Brackets (set to always). The command for jumping between matching brackets is Go to Bracket (editor.action.jumpToBracket).
I’m not aware of anything that allows you to tab between tag attributes that are already written. However, Emmet allows you to do this as you’re writing the tag.


