I have started learning VueJS and I noticed that in my .vue files, I no longer have HTML autocomplete(auto closing of tags) inside my <template> tags. I am using VSCode 1.64.1. I am using Vetur 0.35.0 and my settings.json looks like this:
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html",
},
Can anyone help?