javascriptadobe-brackets

How to disable javascript code hints in Brackets editor?


I am new to JavaScript, just started learning, and using "Brackets" code editor but every time I write code it's showing hints, which I don't like, I don't want to see those hints, I want to learn by myself.

Please don't suggest any other code editors, I want use "Brackets" only

can someone help please?

screenshot


Solution

  • You can disable the code hints by going to:

    Add these options to it:

        "showCodeHints": false, //turn off all code hints
        "codehint": {
           "JSHints": false //turn off JS Hints
        }
    
    

    Read more on what are valid options:

    ref: https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#list-of-supported-preferences