Tern integration with brackets.
Some bullet items are:
- Integration with brackets' native hint manager system. So installing this extension will allow you to use tern as the hint provider instead of brackets' native js hint engine.
- The code is setup to handle either remote tern server or directly loaded in brackets; this is ony switchable at code level and it is not a runtime setting.
- Install... Open Brackets then copy and paste https://github.com/MiguelCastillo/Brackets-Tern into File->Install Extension. You don't need to restart Brackets.
- Brackets' javascript hinting has been used and code has been lifted and integrated into this extension.
- Code has been taken from tern demo.js in order to make tern integration possible.
Licensed under MIT