emmet
emmet copied to clipboard
Не захватывает родительские элементы при разворачивании
При вводе
<div class="content"> .-element|bem </div>
разворачивает вот так:
<div class="content"> <div class=" _element"></div> </div>
а хотелось бы вот так:
<div class="content"> <div class="content__element"></div> </div>
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I think I'm also experiencing this issue. It would be very helpful for the BEM filter to detect the parent block so that you aren't limited to using it only when you can define your entire HTML structure at on go.
same issue here
It gives me pain))
Should be fixed in current version. If not, please report editor you are using