-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tab-expanding dash-separated properties #16
Comments
@sergeche we're also running into this. I see that this is the result of the
This causes a property like
I poked around for a bit but couldn't find the exact place that says "if dash, split into property and value" |
I'd better suggest to find a reason why users want to write full CSS property then hit Tab. Emmet should work as a completion provider: users should pick which completion he wants to expand and provider must sort completions that better match entered prefix. E.g even writing |
If you TAB after a fully-written CSS property, it has weird effects:
Then press tab, you get:
Which is pretty weird, you'd think it would either do nothing since it's already expanded, or give you the more complete syntax like:
The text was updated successfully, but these errors were encountered: