Skip to content

[CLOSED] Simple code hints preferences to enable/disable individual/all code hints providers. #7395

@core-ai-bot

Description

@core-ai-bot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions