/sublime-underscorejs-snippets

Sublime Text snippets plugin, for the Underscore.js API ( http://underscorejs.org/# )

MIT LicenseMIT

Underscore.js Snippets for Sublime Text 2/3

Underscore.js Snippets for javascript and coffeescript in Sublime Text versions 2 and 3.

How to Install

Go to Package Control and search for "Underscorejs snippets"

you must have package control installed

Alternative (manual) Install

Clone this repo inside the sublime text 'packages/user/' folder : git clone https://github.com/AntouanK/sublime-underscorejs-snippets.git

How to use

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.

TODO

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