aqzhyi / Sublime-Better-Completion

手刻的浪漫 DEPRECATED, use TypeScript!
338 stars 75 forks source link

HTML completion buggy #11

Closed ghost closed 10 years ago

ghost commented 10 years ago

Everytime I let autocomplete HTML-Tags, a sec. '<' appears in front of the tag.

It happens on Ubuntu and Mac, don't know.

image

aqzhyi commented 10 years ago

Hello :) I think you maybe installed emmet package.

That will be transform div to <div></div>

so when you type keyboard <div and esc and tab

emmet has found div keyword and became to <div></div> but it didn't know < key.

I think you can:

  1. Using jade, haml etc.
  2. always using div and tab instead of <div