Sencha.sublime
Sencha.sublime copied to clipboard
A Sublime Text bundle for Sencha Products
Sencha Bundle
This bundle was originally written by Ed Spencer for TextMate. I have converted it to be usable with Sublime Text 2, as well as adding additional functionality for Ext 4.0.
This bundle is released under the MIT license and can be used for both Ext JS and Sencha Touch.
Installation instructions for Sublime Text 2
Package Control
You can use Package Control to install the Sencha Sublime package. Please follow the usage guide on how to install packages (search for Sencha).
Useful snippets
JavaScript
- dd >
debugger - cp >
this.callParent(); - c >
console.log(''); - co >
console.log(); - coa >
console.log(arguments); - application >
Ext.applicationsnippet - define >
Ext.definesnippet - con > apply and update methods for custom configs
Sass
- imp >
@importSencha Touch theme