I’ve been testing out some Sublime packages that say to provide autocomplete and snippets for Javascript (along with Node.js+AngularJS); but I must be doing something wrong because they don’t seem to autocomplete much of anything (as opposed to CSS/SASS where I get good autocompletion for properties). I am also using JSLint via the terminal and that is working fine with Sublime.
Just wondering, what setup users here have for handling Javascript, in particular stuff like Node.js and AngularJS, any good way to get autocomplete for the available methods for Node modules (for example)?
Thanks in advance.