public
Description: Javascript.tmbundle THE Javascript tmBundle for TextMate. Major revision from what currently ships in the app
Homepage:
Clone URL: git://github.com/subtleGradient/javascript.tmbundle.git
Mon Oct 05 09:40:39 -0700 2009
commit  ad7c0e400736d3b0ed5151a19f758caa0acda92f
tree    1db0d55627a17bb80b20d5e7ba32f3f0b9a78077
parent  08d9a23e417c1cc50764b612114ab322496c8a73
name age message
directory Commands/ Mon Oct 05 09:37:00 -0700 2009 NEW Swap `this` to `self` command Select some c... [Thomas Aylott]
directory Preferences/ Wed Apr 29 12:08:43 -0700 2009 adding some stuff to the completions [Thomas Aylott]
file README.md Sun Feb 15 00:14:35 -0800 2009 Beginning README addEventListener snippet defau... [Thomas Aylott]
directory Snippets/ Mon Oct 05 09:40:39 -0700 2009 create element and populate smart snippet [Thomas Aylott]
directory Support/ Mon Oct 05 09:35:23 -0700 2009 fallback to home for runjs require paths [Thomas Aylott]
directory Syntaxes/ Mon Oct 05 09:35:04 -0700 2009 fixed syntax coloring for operators [Thomas Aylott]
file TODO Sun Feb 15 00:14:35 -0800 2009 Code Completion with tooltips from Quirksmode.o... [Thomas Aylott]
directory Tests/ Fri Apr 17 14:37:43 -0700 2009 [NEW] Run Javascript command can now parse your... [Thomas Aylott]
file info.plist Mon Oct 05 09:40:39 -0700 2009 create element and populate smart snippet [Thomas Aylott]
README.md

The Javascript Bundle

Integrated Quirksmode.org Docs

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

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

Dumb Completion

The code completion is mostly dumb. It doesn't understand your code and just suggests the same things in almost all contexts.

Smart Completion

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

Snippets

Cut your keystroke count in half with snippets for common javascript idioms.

Learn Javascript