Issue by RaymondLim
Friday Jun 27, 2014 at 19:54 GMT
Originally opened as adobe/brackets#8272
This fixes #8173. You can use one or more of the following preferences to turn on/off individual hints provider.
By default, showCodeHints is true and you don't need any of the following preferences to use the existing code hints providers. When you want to disable any of them, just add "codehint.<HINT_PROVIDER_CONSTRUCTOR_NAME>": false in the brackets.json file.
"codehint.TagHints": false,
"codehint.AttrHints": true,
"codehint.CssPropHints": true,
"codehint.UrlCodeHints": true,
"codehint.SpecialCharHints": false,
"codehint.JSHints": true,
"showCodeHints": true
RaymondLim included the following code: https://github.com/adobe/brackets/pull/8272/commits
Friday Jun 27, 2014 at 19:54 GMT
Originally opened as adobe/brackets#8272
This fixes #8173. You can use one or more of the following preferences to turn on/off individual hints provider.
By default,
showCodeHintsis true and you don't need any of the following preferences to use the existing code hints providers. When you want to disable any of them, just add"codehint.<HINT_PROVIDER_CONSTRUCTOR_NAME>": falsein the brackets.json file.RaymondLim included the following code: https://github.com/adobe/brackets/pull/8272/commits