How to jump into next Tag using sublime 3 short cut?

只愿长相守 提交于 2019-12-25 03:15:08

问题


Good day,

I have a bunch of <li></li> on my html file. Is there any keyboard shortcut so I can go to next LI without clicking or pressing key many time. for example i have 3 li element, if I am done typing on my first (li) <li>done</li>, then how can i go to next pair of

<li></li>

" without pressing the -> key or down key many times to be able to type on next <li> pair? Thank you for your tips :)

Its just kind of tiring if done often. specially on tables and list items.


回答1:


In Emmet Documentation is called "Go to Edit Point" Ctrl+Alt+->

To go to previous edit point Ctrl+Alt+<-

Try this page - it's got mini demo videos too : ) http://docs.emmet.io/



来源:https://stackoverflow.com/questions/25441902/how-to-jump-into-next-tag-using-sublime-3-short-cut

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!