Skip to content

tarcisiojr/brackets-custom-code-hinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Code Hinter

Bracktes extensions that allows developer add custom code hinters.

Install

  1. Install Brackets Sprint 36 or later.
  2. In Brackets, click the menu item File > Extension Manager...
  3. Go to the "Available" tab of the dialog that appears.
  4. Type "custom code hinter" in the search box.
  5. Click the "Install" button in the search result for Custom Code Hinter.

Usage

Create a file "cch.json" inside of your project folder. Use cch.json of this project as example.

The file cch.json is a JSON file that contains the configuration of hinter providers. You can use custom providers already implemented, or create your own.

Providers:

JSONProvider read hints from cch.json file. CasperJSProvider parse carperjs.js file looking for functions.

Custom Code Hinter is released under the MIT license.

About

Bracktes extensions that allows developer add custom code hinters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published