'HTML Autocomplete of tags not working in VS Code in Vue

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source