Flight JS Snippets for Sublime Text
npm install flight-js-snippetsThese are Flight JS snippets for use with Sublime Text.
Install using Package Control, it's called Flight JS Snippets.
Tab triggers exist for all of the snippets, you can also list the available snippets using ⌘-⇧-P on OSX or ctrl-shift-P on Windows/Linux and searching for Flight.
Use tab to move between the placeholders.
* Component and Mixin API (tab trigger: flight)
- Component (AMD)
- Component (CommonJS)
- Component (Standalone)
- Mixin (AMD)
- Mixin (CommonJS)
* Test API
- describeComponent
- describeMixin
* Component API
- attachTo
* Advice API
- this.before
- this.after
- this.around
* Base API
- this.attributes
- this.select
- this.on
- this.off
- this.trigger