You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked the Emmet docs, but I may be missing something. What I am looking for is an Emmet action to jump to end of closing tag (or right side of closing tag). For example: Type p and hit Tab for Emmet to expand to <p></p> tag (with cursor placed within the closing and opening tag) so user can quickly start typing. This is great.
When I have just finished entering content within the <p> tag something like this <p>Hello I am in a Brave new world.</p> and currently the cursor is end of period/full stop symbol, I want there to be an Emmet action that gets me to the right side of the closing tag without me having to use the mouse to manually place the cursor at the end of closing tag or having to use right arrow key to get to the end of closing tag.
For context, I am using Sublime Text 4 (4126)
Thanks.
The text was updated successfully, but these errors were encountered:
I have checked the Emmet docs, but I may be missing something. What I am looking for is an Emmet action to jump to end of closing tag (or right side of closing tag). For example: Type
p
and hitTab
for Emmet to expand to<p></p>
tag (with cursor placed within the closing and opening tag) so user can quickly start typing. This is great.When I have just finished entering content within the
<p>
tag something like this<p>Hello I am in a Brave new world.</p>
and currently the cursor is end ofperiod/full stop
symbol, I want there to be an Emmet action that gets me to the right side of the closing tag without me having to use the mouse to manually place the cursor at the end of closing tag or having to use right arrow key to get to the end of closing tag.For context, I am using Sublime Text 4 (4126)
Thanks.
The text was updated successfully, but these errors were encountered: