How can i use emmet move-line fucntion on html.
已回答
How to use this feature in IntelliJ?
When i type
ul>li *4
yeah, it is easy also IntelliJ too
but how do i move cursor or type easily at another line?
When I use VSCode,
ul>li * 4 / press tab
1 / press tab
2 / press tab
3 / press tab
4
but in intelliJ, it doesn't work(tab moving). how can i do?
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
</ul>
请先登录再写评论。
Tab key should also work in this case.
There is also another possibility: https://www.jetbrains.com/help/webstorm/using-zen-coding-support.html#emmet_navigation_between_edit_points.
Oksana Chumak
Thank you :) Have a good day.