SublimeText / jQuery

Sublime Text package bundle for jQuery
323 stars 98 forks source link

Autocomplete signature not auto-populate on pressing `enter` #31

Closed rkpatel33 closed 8 years ago

rkpatel33 commented 8 years ago

If I start typing a JQuery function, like:

$.ajax

I get the autocomplete list, however, when I choose a function and hit enter the function signature does not auto-populate, which I thought is expected behavior.

Any ideas on what the conflict or issue is?

rkpatel33 commented 8 years ago

I needed to change the syntax from Javascript (Babel) to Javascript. Thx.