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?

0
3 comments

they don't work in Emmet playground at https://docs.emmet.io/abbreviations/syntax/ either
button{text}*5, h${Title $ level}*6 and ul>li.item${foo $}*5 (i.e. same abbreviations but with text placed before multiplication) do work

1

Thanks. However, both options work in Visual Studio Code.

0

This works on my playground too :T

0

Please sign in to leave a comment.