vscode-html-end-tag-labels
vscode-html-end-tag-labels copied to clipboard
Suggestion: option to put labels inside tag.
First, this is a really helpful extension, and thanks for making it.
Right now the extension shows labels like this:
</div>/#main.container
My suggestion: it'd be great to have it display like this, or give this option:
</div#main.container>
I think that would make it a little easier to read code when dealing with multiple nested elements.
Current example:
Suggested:
Just a thought. Keep up the great work!