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
  • 11 years ago
  • 57 minutes ago
  • 12 years ago

Installs

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