vscode 中让Emmet支持其他后缀名文件php,cshtml

 如题,需要在vscode 的用户设置中进行设定。

    "emmet.includeLanguages": {
        "php": "php"
    },
    "files.associations": {
        "*.php": "php"
    }

  


posted @ 2018-01-04 15:32  kinber  阅读(2065)  评论(0编辑  收藏  举报