An extension for the Brackets text editor that provides code hints (aka autocompletion) for the JavaScript programming language. Hints are provided for variables (including globals), function parameters, properties and keywords. The results are sorted and filtered according to lexical scope, positions of occurrences, and other heuristics. The extension relies on Esprima for JavaScript parsing.
Here's what it looks like:
To install, clone the repository into the src/extensions/dev directory, run
git submodule init
and git submodule update
, and then restart Brackets.