atom / autocomplete-snippets

Adds snippets to autocomplete+ suggestions
MIT License
46 stars 50 forks source link

Why snippets property+value not showing in autocomplete? #72

Open berserkmustdie opened 8 years ago

berserkmustdie commented 8 years ago

Adding a video link http://screencast.com/t/DMXCdX1y

berserkmustdie commented 8 years ago

Basically, whenever I'm typing a snippet "ttu" -> "text-transform: uppercase", first what I see in autocomplete it's a property "text-transform" on "tt" and than "transition-timing-function" on "ttu". If I click "enter" I'll get autocomplete suggestion, but if I click "tab" I'll get complete snippet with property and value, is there a possibility to show this snippet in autocomplete suggestion, not only property OR value but property+value snippet like in Sublime http://screencast.com/t/70xLZvCG6

berserkmustdie commented 8 years ago

After searching similar issues I've found https://github.com/emmetio/emmet-atom/issues/282 Is there a possibility to add emmet snippets to autocomplete?