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

Underscore.​js Snippets

by czottmann ALL

[NO LONGER MAINTAINED] Underscore 1.4 snippets for Sublime Text 2. The snippets follow object-oriented style, i.e. `_(array).map(…)`.

Labels snippets

Details

  • 2013.05.14.21.54.48
  • github.​com
  • github.​com
  • 11 years ago
  • 1 hour ago
  • 12 years ago

Installs

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

Readme

Source
raw.​githubusercontent.​com

Underscore 1.4.4 snippets for Sublime Text 2

A Sublime Text 2 package containing all of Underscore's methods.

Most snippets follow object-oriented style (_(obj).method(…)); very few don't. Yes, consistency should always win, but then again, _(1).range(10) looks weird – I personally prefer _.range( 1, 10 ). YMMV.

Invocation

In any JS file, type an underscore character (_), and the selector should pop up. Hit Return to insert the snippet.

All methods are available in the form _[method name], for example _map or _reduceRight.

Installation (using Package Control)

Open ST2's Package Control and look for “Underscore.js Snippets”.

Installation (without using Package Control)

Clone this repository into your Packages/ folder, like so:

git clone https://github.com/carlo/sublime-underscorejs-snippets.git

Legal

Underscore © DocumentCloud. This repository © Carlo Zottmann, municode.de, carlo@municode.de.

This here repository is licensed under the WTFPL v2.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2004 Sam Hocevar
 14 rue de Plaisance, 75014 Paris, France
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.

Acknowledgements

Thanks to Github user Pleasurazy for his 1.4.4-related contributions and bugfixes.