- Install TextMate (um… duh?)
- Download
- Unzip
- Rename the folder to
js.tmbundle
- The name of the folder doesn't really matter, just so long as it has the
tmbundle
extension
- The name of the folder doesn't really matter, just so long as it has the
- Double-Click
- Install the JSON Ruby Gem from your Terminal
sudo gem install json
- Enjoy!
The DOM code completions and tooltip data were generated from
the excellent Quirksmode W3C DOM Compatibility Tables by PPK (used with permission).
Scraped, reformatted and converted for use in the bundle by Thomas Aylott / subtlegradient.
Code Completion as-you-type for Methods and Properties of...
- Cross-Platform Browser Object Model API
- Cross-Platform Document Object Model API
- String, Number, Array
The code completion is mostly dumb. It doesn't understand your code and just suggests the same things in almost all contexts.
For some things with known types, the list of completions is filtered to only include known methods and properties of that type.
Requires the latest cutting edge build of TextMate
Cut your keystroke count in half with snippets for common javascript idioms.