You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, unfortunately since the update this plugin seems to have become quite troublesome.
The 'fuzzy' autocompletion used to work almost perfectly, now it comes out with outrageous suggestions.
Not sure if there is some kind of clash with core sublime settings? I have minimal plugins (a few themes, syntax highlighting, text diff) so am sure it is not clashing with any of these.
Is there some sublime setting I need to change? I have restarted sublime and still the same issue occurs.
Screenshot of one example attached.
Help much appreciated as this is driving me a bit 🥜!
The text was updated successfully, but these errors were encountered:
The idea Emmet itself is to use shortcuts for CSS properties (in your case, bc to produce border-color). If you type full CSS property, you don’t need Emmet at all, you can hit Esc to reset Emmet completion.
In your example, Emmet tried to match border agains known snippets, color in this case was used as value since - is a character used to separate values in abbreviation. The first closest match for border abbreviation was the one that expands to background-origin
Hi, unfortunately since the update this plugin seems to have become quite troublesome.
The 'fuzzy' autocompletion used to work almost perfectly, now it comes out with outrageous suggestions.
Not sure if there is some kind of clash with core sublime settings? I have minimal plugins (a few themes, syntax highlighting, text diff) so am sure it is not clashing with any of these.
Is there some sublime setting I need to change? I have restarted sublime and still the same issue occurs.
Screenshot of one example attached.
Help much appreciated as this is driving me a bit 🥜!
The text was updated successfully, but these errors were encountered: