Reputation: 827
I have the Emmet Plugin on Sublime Text 2, and for example, in a CSS file, pressing TAB after:
pos:r
should result in
position:relative
But instead, after the :
, the fuzzy search changes completely and disregards whatever was before the :
.
This is very similar to this question:
Sublime Text 2 + Emmet - not expanding correctly
, but I have tried adding "disable_tab_abbreviations_on_auto_complete": false
in valid JSON format, saved, restarted ST2, but the behaviour is still the same.
Upvotes: 1
Views: 293
Reputation: 121
Try a couple of things here. They fixed the problem for me:
pos:r
press Ctrl (Cmd) + E
Hope this helps.
Upvotes: 1