squishtech / javascript.tmbundle forked from subtleGradient/javascript.tmbundle
- Source
- Commits
- Network (6)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit b0496503f8dffa44b7aab8f9deabfdefd8c14203
tree 309cf5ed597123702cd8310fa344a2254aea0b99
parent c8d89e45c6bc01fc241414bd911495e52bd9b89d parent fbaf37f630e4a7398a80c30230d62b62ee02d297
tree 309cf5ed597123702cd8310fa344a2254aea0b99
parent c8d89e45c6bc01fc241414bd911495e52bd9b89d parent fbaf37f630e4a7398a80c30230d62b62ee02d297
| name | age | message | |
|---|---|---|---|
| |
Commands/ | ||
| |
Preferences/ | ||
| |
README.md | Sun Feb 15 00:14:35 -0800 2009 | |
| |
Snippets/ | ||
| |
Support/ | ||
| |
Syntaxes/ | ||
| |
TODO | Sun Feb 15 00:14:35 -0800 2009 | |
| |
Tests/ | ||
| |
info.plist |
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.

