0
Boas. I just installed the Emmet plugin in Webstorm, and it works fine, except when I try to use the Emmet inside a tag for example, where neither suggestions or live templates appear as they should. When I see someone using the plugin they don’t have this problem. Any ideas? Thanks.
Describe your problem better and provide examples that can be reproduced.
– Leandro Angelo
@Leandroangelo the problem is described, basically I do ul.name>li*4 and this generates a ul with the class name and 4 li inside ul, and it works fine, except if you do inside a div tag or any other, which does not generate anything or appear the suggestion. I already put an example of the plugin Emmet. Thank you.
– Daniel Santos
I was referring to the plugin version, IDE and OS
– Leandro Angelo
The version is Emmet 1.2.5
– Daniel Santos
Already enabled the html
File > Settings > Editor > Emmet
?– Leandro Angelo
Yes, it has an Emmet XML/HTML view, abbreviation preview, automatic URL recognition and Edit point. What’s weird is it doesn’t work inside tags, only.
– Daniel Santos