ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Underscorejs snippets

by @antouank ALL

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

Details

  • 2013.12.19.10.36.37
  • github.​com
  • github.​com
  • 11 years ago
  • 46 minutes ago
  • 11 years ago

Installs

  • Total 11K
  • Win 5K
  • Mac 4K
  • Linux 2K
Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7
Windows 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

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