我可以在 .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)