Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.21 KB

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