angular-ui/AngularJS-sublime-package

auto completing is up everywhere.

kdh6429 opened this issue · 2 comments

I just installed this package and set nothing yet.
I made new html file for test.
when I typed "<html ng-", it automatically pop up some word that start with 'ng-'.
it looks nice, but problem made after.

image

with ">", auto completing pop up is pop again, all syntax is well done tho.
not even here, this suggestion pop is up everywhere.
is this expected result? or do i have to set up something more?

I'm experiencing the same issue (AngularJS-sublime-package v1.2.1, SublimeText 3 Build 3083). I had to disable 'Built-in Element Completions', as entering <div> followed by an [enter] led to the ng-include template being inserted.

thanks It works to me :)