I enter a command, for example
form.form-comment#comment>fieldset
I press the tab, but nothing happens. What could be the problem?
I enter a command, for example
form.form-comment#comment>fieldset
I press the tab, but nothing happens. What could be the problem?
Check that Emmet (Zen Coding) is enabled in the options .
The function does not work in all file types, make sure that you edit the supported file type.
If it still doesn't work, try File
| Invalidate Caches
and restart PhpStorm. If this is a bug, then detailed information can be found in idea.log .
Source: https://ru.stackoverflow.com/questions/234534/
All Articles