I have just installed WebStorm, but Emmet is not working as expected.
I have just installed WebStorm, but Emmet is not working as expected.
For example, simple html abbreviations are transformed as usual, but such sequences as h$*6{Title $ level} or just span{Hello!} are not transformed or hinted at all.
What could be the problem?
Please sign in to leave a comment.
they don't work in Emmet playground at https://docs.emmet.io/abbreviations/syntax/ either
button{text}*5
,h${Title $ level}*6
andul>li.item${foo $}*5
(i.e. same abbreviations but with text placed before multiplication) do workThanks. However, both options work in Visual Studio Code.
This works on my playground too :T