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

Backbone

by tomasztunik ALL

Tab completions and snippets for Backbone.js (last updated @0.9.9) (JS + CS)

Details

  • 2012.12.16.23.10.23
  • github.​com
  • github.​com
  • 13 years ago
  • 3 hours ago
  • 13 years ago

Installs

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

Readme

Source
raw.​githubusercontent.​com

Backbone.js snippets and tab completions for Sublime Text 2


  • suports both JavaScript and CoffeScript
  • covers tab completions for full 0.9.9 public API
  • adds few convenience snippets

JavaScript Scope

bd - Module definition (requirejs)
bv - Backbone.View.extend({$1})
bm - Backbone.Model.extend({$1})
bc - Backbone.Collection.extend({$1})
br - Backbone.Router.extend({$1})

CoffeeScript Scope

bd - Module definition (requirejs)  
bv - Backbone.View  
bm - Backbone.Model  
bc - Backbone.Collection  
br - Backbone.Router

Additional CoffeeScript Snippets available at dougrdotnet/Sublime-Text-2-Backbone.js-Coffee


Available from Sublime Package Control default channel or if you prefer to install manually just clone/copy to your Sublime Text 2 packages folder

Any requests to add more snippets? ideas to make it better? random requests? just ping me or open a pull request straight away.

CoffeScript support added by @dougrdotnet