Custom Code Hinter
Bracktes extensions that allows developer add custom code hinters.
Install
- Install Brackets Sprint 36 or later.
- In Brackets, click the menu item File > Extension Manager...
- Go to the "Available" tab of the dialog that appears.
- Type "custom code hinter" in the search box.
- 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.
Custom Code Hinter is released under the MIT license.