Using Brackets, how can I have auto complete for functions defined in helpers.js file from someController.js file?
Visual Studio does this through reference paths like this:
/// <reference path="../libs/helpers.js" />
Is there any equivalent feature in Brackets?