Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 935 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 935 Bytes

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.