Emmet entries starting with period don't expand into divs
In WebStorm, I can enter this in an HTML type file:
.row
And it will expand to:
<div ></div>
But not in IntelliJ.
I have to enter this:
div.row
Am I missing a setting somewhere?
Please sign in to leave a comment.
What version of IDEA do you use?
v13
And what file are you editing? Just pure HTML file?
Could you please attach screenshot of Emmet settings?
A .gsp file.

There is the issue about that: http://youtrack.jetbrains.com/issue/IDEA-117681
Feel free to vote for it.
Thanks for the link. Voted for!