I am new to react and WebStorm. I used to using Emmet. but some of the Emmet operation seems not working well on WebStorm.
How to solve it?
my WebStorm version is 11.0.1
I am new to react and WebStorm. I used to using Emmet. but some of the Emmet operation seems not working well on WebStorm.
How to solve it?
my WebStorm version is 11.0.1
@Tiper You may need to update your version. Also, remember to hit tab after typing that out :
ul>li*5 then tab
Will create :
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
Works fine in mine and I'm using version 11.0.3