Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Emmet entries starting with period don't expand into divs

$
0
0

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?


Viewing all articles
Browse latest Browse all 5661

Trending Articles