小编Luk*_*szB的帖子

php 文件中的 html emmet VS Code

我可以在 .php 文件中使用 html emmet 吗?它适用于 .html 文件。

我的设置:

{
"editor.insertSpaces": false,
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.renderWhitespace": "none",
    "editor.renderControlCharacters": true,
    "php.validate.executablePath": "C:/xampp/php/php.exe",
    "emmet.includeLanguages": {
        "php": "html"
    },
    "emmet.showExpandedAbbreviation": "always",


}
Run Code Online (Sandbox Code Playgroud)

visual-studio-code vscode-settings

1
推荐指数
1
解决办法
1万
查看次数