Emmet in Sublime will replace an existing semicolon ; to the right of the cursor by typing ; or [tab] after a CSS property auto-completion.
See how typing bgc[tab]000; or [tab] renders the below results differently in Sublime vs Atom
Emmet Sublime semicolon and tab:
Emmet Atom semicolon and tab:
Typing ; or [tab] after a CSS property is natural for me and allows me to continue to a new line for further typing. Presently in Atom I have to use my right arrow to continue typing. I hate using my arrow keys haha.
Emmet in Sublime will replace an existing semicolon
;
to the right of the cursor by typing;
or[tab]
after a CSS property auto-completion.See how typing
bgc
[tab]
000
;
or[tab]
renders the below results differently in Sublime vs AtomEmmet Sublime semicolon and tab:
Emmet Atom semicolon and tab:
Typing
;
or[tab]
after a CSS property is natural for me and allows me to continue to a new line for further typing. Presently in Atom I have to use myright arrow
to continue typing. I hate using my arrow keys haha.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.