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

 

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>
0

请先登录再写评论。