[來源:卡斯伯] VSCode 秘訣 只要在設定檔加入以下片段 就能在 js, Vue 的檔案內直接使用 Emmet
"emmet.syntaxProfiles": { "javascript": "html", "vue": "html", "vue-html": "html" }