VS code 快捷键注释不能用[!----]解决办法

1. 安装插件

Vue 2 Snippets


2.在settings.json中加入:

{
    "files.associations": {
        "*.vue": "html"
    }
}

原文地址:https://www.cnblogs.com/xiaoxiao2017/p/14047965.html