Answer the question
In order to leave comments, you need to log in
Emmet not working for php, visual studio code?
Good afternoon, I use visual studio code, for html, css , stylus, jade , emmet works fine. But for php nothing. If I write php and press tab - only the inscriptionphp_check_syntax
Answer the question
In order to leave comments, you need to log in
Perhaps it will be useful to someone:
Settings> user snippets
and paste this code:
{
"php" : {
"prefix": "php",
"body": [
"<?php $1 ?>"
],
"description": "Expand PHP Tags"
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question