Skip to content

iwehrman/brackets-simple-js-code-hints

Repository files navigation

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.

About

A Brackets extension that provides JavaScript code hinting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages