VSCode 秘訣
只要在設定檔加入以下片段
就能在 js, Vue 的檔案內直接使用 Emmet
```
"emmet.syntaxProfiles": {
"javascript": "html",
"vue": "html",
"vue-html": "html"
}
```
這段加了,打扣不是快三倍而已...
#VSCode
#Emmet
「vscode 設定檔」的推薦目錄:
vscode 設定檔 在 Visual Studio Code 同步設定 - Cloud F2E Blog 的推薦與評價
本篇介紹如何將vscode 的設定檔上傳至github gist,並在多個裝置中同步設定. ... <看更多>
vscode 設定檔 在 Visual Studio Code 臺灣- Home | Facebook 的推薦與評價
非官方VSCode 愛好者社群,不定期轉發VSCode 最新進展以及使用技巧. ... 加入設定檔之後記得重新啟動VSCode,然後在選單Views -> Appearance -> Show Side Panel ... ... <看更多>
vscode 設定檔 在 Will 保哥的VSCode 使用者設定檔 - gists · GitHub 的推薦與評價
Will 保哥的VSCode 使用者設定檔. GitHub Gist: instantly share code, notes, ... 要啟用連體字型(Fira Code)必須將以下設定打開. "editor. ... <看更多>