angular-ui / AngularJS-sublime-package

AngularJS code completion, snippets, go to definition, quick panel search, and more.
MIT License
1.42k stars 169 forks source link

$timeout completion snippet #44

Closed alexilyaev closed 10 years ago

alexilyaev commented 10 years ago

Hi,

Can we have a $timeout completion snippet?

I know I can add one on my own, just being lazy :-).

subhaze commented 10 years ago

I'll try to find sometime this week to add more JS snippets. An alternative is TernJS for js completions, it does a pretty good job of intelligently giving you context base completions in JS.

alexilyaev commented 10 years ago

Hmm, I'll check it out.