Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

VSCode doesn't jump to the end of tags

My code:
The end of the tag never highlights and I cannot tab to the end:

enter image description here

Example code:
Highlighted tag:
enter image description here

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Highlighted tag v2:
enter image description here

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.

enter image description here

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading