I just started using WebStorm. Emmet is working perfectly with .html
files, but not with .php
files. Any fix for that?
Problem: writing .container
+ clicking on Tab should give <div class="container"></div>
, but it's not doing that in PHP files. In HTML files it's working perfectly.