angular-ui/AngularJS-sublime-package

Not working $http

sant123 opened this issue · 2 comments

When I type $http. (Ctrl + space) it does not show me the choices. These choices are in the Javascript completions Default.

"$http": [
["delete\tAngularJS", "delete(${1:url}${2:, ${3:config}})"],
["get\tAngularJS", "get(${1:url}${2:, ${3:config}})"],
["head\tAngularJS", "head(${1:url}${2:, ${3:config}})"],
["jsonp\tAngularJS", "jsonp(${1:url}${2:, ${3:config}})"],
["post\tAngularJS", "post(${1:url}, ${2:data}${3:, ${4:config}})"],
["put\tAngularJS", "put(${1:url}, ${2:data}${3:, ${4:config}})"],
["defaults\tAngularJS", "defaults"],
["pendingRequests\tAngularJS", "pendingRequests"]
]
Could you please solve this issue?

Thank you!

What version of ST are you using?

I solved! I just copy the completions default to completions user and that was all!

Thank you!