justinmahar / SublimeCSAutocompletePlus

CoffeeScript autocompletions and more!
172 stars 12 forks source link

Updated Built-in Types #4

Closed degorov closed 11 years ago

degorov commented 11 years ago

Tried to make autocompletion rules more consistent and reasonably shorter, also added insertions for callback functions. Removed some deprecated and/or non-standard methods, added some that were missing.

Used information from MDN, Flanagan's "Definitive Guide" and ECMAScript 5.1 Specs.

justinmahar commented 11 years ago

Awesome.