JavaScript-Appcelerator-Titanium-Mobile.tmbundle
JavaScript-Appcelerator-Titanium-Mobile.tmbundle copied to clipboard
TextMate Bundle (tmBundle) for the Appcelerator Titanium Mobile JavaScript API. Includes complete API Code Completion and context sensitive API doc ToolTips. Yes, this is real.
Appcelerator Titanium Mobile JavaScript TextMate Bundle
MIT License
How to install
- Install TextMate (um… duh?)
- Download JavaScript-Appcelerator-Titanium-Mobile.tmbundle.zip
- Unzip
- Rename the folder to
ti-mo.tmbundle- The name of the folder doesn't really matter, just so long as it has the
tmbundleextension
- The name of the folder doesn't really matter, just so long as it has the
- Double-Click
- Install the JSON Ruby Gem
sudo gem install json
- Enjoy!
How to use
Complete! ⌥⎋ option-escape
The completion list contains all of the Titanium and Ti API.
Tooltips! ⌥F1
The tips are context sensitive. Place your caret anywhere inside of a function (on the same line) and it'll work, even inside the arguments ()!
Complete! Type Ti. (optional)
Enable this by selecting the "JavaScript Titanium Mobile" language in the bottom bar of TextMate.
As soon as you hit the . (after typing Ti) it'll bring up the as-you-type completion list thing.
Note: If you are at the last line and click "." then the code completion list won't appear. You must leave a blank line at the end of your document.