The html.autoClosingTags option in VS code lets me type '' - and voila, '' is now inserted with the cursor inside those two tags. But this only works in .html files. I´m working on a vue project, and would like this feature to also be available in my .vue files (and any other files with html content actually).
Is this possible?
