mirror of
https://github.com/kennethreitz-archive/kJS.tmbundle.git
synced 2026-06-05 23:50:19 +00:00
d2bc10e4b3db75275ec99d91a6a270b19eabdbdb
runs your current selection or document in an html output window. You can do console messages and check the html output window's console. includes support for window.alert and window.confirm from Hans-Jörg Bibiko properly corrects for line numbers in error messages
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
Description
Languages
JavaScript
77.8%
Ruby
18.2%
CSS
2.4%
HTML
1.6%