emmet-atom icon indicating copy to clipboard operation
emmet-atom copied to clipboard

Margin property expands to max-resolution

Open radum opened this issue 9 years ago • 2 comments

TAB on margin expands to max-resolution: res;

atom-autocomplete-css-margin

If I disable emmet everything works just fine.

I also have installed:

autocomplete-css\
autocomplete-html\
autocomplete-plus\

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

radum avatar Feb 25 '15 23:02 radum

Doing more research this is not actually a bug.

Because emmet actually requires m to expand to margin in a css file. Like he needs mb for margin-bottom (http://docs.emmet.io/ & http://docs.emmet.io/cheat-sheet/)

But it is weird to see the auto complete box with the thing you need expanding to something else.

Not sure how this use case can be handled.

Easiest way for now is to remove tab from emmet and use CTRL+E for now.

I think an option to disable expanding for CSS, and to change tab to something else / or to disable it could be a better solution for everyone. What do you think?

radum avatar Feb 25 '15 23:02 radum

Hi. Weird enough, 6 years later, I have the exact same problem that started only since the 2.0 release but on Sublime Text. I was searching around to see if someone had that issue and how to solve it 👀

davidwebca avatar Feb 06 '21 14:02 davidwebca