Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 828 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 828 Bytes

Brackets JavaScript Code Hints

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:

JS hint screenshot

To install, clone the repository into the src/extensions/dev directory, run git submodule init and git submodule update, and then restart Brackets.