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?
Brackets does not support this currently, not even through extensions. Unfortunately, Brackets is really just a text editor, not an IDE.