In WebStorm, I can enter this in an HTML type file:
.row
And it will expand to:
<div class="row"></div>
But not in IntelliJ.
I have to enter this:
div.row
Am I missing a setting somewhere?
In WebStorm, I can enter this in an HTML type file:
.row
And it will expand to:
<div class="row"></div>
But not in IntelliJ.
I have to enter this:
div.row
Am I missing a setting somewhere?