emmetio / emmet-atom

Emmet support for Atom
MIT License
763 stars 181 forks source link

Semicolon 'tab-over' auto-completion in CSS #210

Open bradfloodx opened 9 years ago

bradfloodx commented 9 years ago

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: semicolon-sublime tab-sublime

Emmet Atom semicolon and tab: semicolon-atom tab-atom

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.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

pudymody commented 9 years ago

The reason why i havent made the change yet

pudymody commented 9 years ago

I've made a package trying to solve this, im open to all kind of suggestions smart-tags