Skip to content

Instantly share code, notes, and snippets.

@jasonsanjose
Created August 21, 2014 15:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonsanjose/567b16762f6ae927fa81 to your computer and use it in GitHub Desktop.
Save jasonsanjose/567b16762f6ae927fa81 to your computer and use it in GitHub Desktop.
Execute Brackets code hints
var Commands = brackets.getModule("command/Commands"),
CommandManager = brackets.getModule("command/CommandManager");
CommandManager.execute(Commands.SHOW_CODE_HINTS);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment