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
  • 2 hours ago
  • 11 years ago

Installs

  • Total 11K
  • Win 5K
  • Mac 4K
  • Linux 2K
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 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 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 0 0 0 0 0 0 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 1 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 0
Linux 0 0 0 0 0 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 1 0 0 0 0 0 0 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