You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For HTML code, it's very useful to be able to select any tag, opening or closing, and be able to see its matching tag. When working with the svelte extension in any .svelte file, selecting an HTML tag just triggers the word highlighting, default in vscode, so it highlight every occurrence of the word, and the matching tags is not (specially) highlighted.
Proposed solution
Highlight the matching HTML tags, just as vscode does by default for HTML files.