Underscore.js Snippets for javascript and coffeescript in Sublime Text versions 2 and 3.
Go to Package Control and search for "Underscorejs snippets"
you must have package control installed
Clone this repo inside the sublime text 'packages/user/' folder :
git clone https://github.com/AntouanK/sublime-underscorejs-snippets.git
While editing any JavaScript file in Sublime Text, just type the '_' character and you will instantly get an 'autocomplete' menu with all the snippets for Underscore available.
Complete the API of underscore.js
more on Sublime Text snippets feature --> http://docs.sublimetext.info/en/latest/reference/snippets.html
v 0.1.2 ( 23 Nov 2013 )
- removed trailing semicolon from the _.isSomething() functions
- added all remaining underscore.js functions
v 0.2 ( 19 Dec 2013 )
- added Coffescript support
- fixed a duplicate
- added scope