Can I use html emmet in .php files? It works in .html files.
my settings:
{
"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",
}