I have installed emmet for Sublime Text 2...
And it works - kind a strange way
When I enter d
it starts showing possibilities, but as soon as I press: :
emmet shows completely different tip:
b (bottom)
So I need to press esc to close fuzzysearch box and press tab to allow Emmet do what it is used to do.
Dow, if I don't press esc before the tab key the resould is: d:bottom:
, is I press esc, it desoults in correct: display:block
.
Do you have an idea how can i fix that?