-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emmet support for PHP #12325
Comments
Will the emmet.syntaxProfiles setting help you? You can associate Emmet profiles like "html" and "css" with a language identifier. { |
Emmet should work with PHP without settings in VS Code above 1.5.0 version. May be you have |
Thanks !! :D @gregvanl |
@heckctor Does this solve the issue for you? |
|
From VS Code 1.15 onwards, no setting is needed to get Emmet to work in php files. |
@ramya-rao-a its not working for me thou , I'm on 1.15 ( ubuntu ) ; |
@gregvanl where do I add that ? |
@a-eid I think the problem is that emmet is not getting activated yet... Can you open an html file and then go back to your php file and try again? |
@ramya-rao-a |
That's a suggestion from the php-language-server by @felixfbecker and there's no way to get rid of that suggestion, yet. |
@a-eid if you put a . at the final it works.
|
Inside of vscode it is ".." instead of a single "." |
Hi, please translate this message to English Jeje Al actualizar Visual Studio Code no podía auto-completar etiquetas HTML en archivos .php (en Laravel, archivos .php - Blade), para solucionar esto cambie lo siguiente: "emmet.triggerExpansionOnTab": true (antes estaba en "false") |
Steps to Reproduce:
I will like to emmet works in php! ;)
The text was updated successfully, but these errors were encountered: