facebook

is jQuery code hinting supported?

  1. CodeMix & Angular IDE
  2.  > 
  3. Getting Help
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #672146 Reply

    rogez
    Participant

    Hi, does CodeMix support jQuery codeHinting? If so, how do I enable it?

    #672160 Reply

    support-swapna
    Moderator

    rogez,

    You can turn on content assist for JQuery by running the following command in the Terminal+ for your project :
    npm i --save @types/jquery

    If you are not using npm and do not have package.json in the project, then you can try creating a file named jsconfig.json in your project directory with the below content to get the content assist :

    {
        "typeAcquisition": {
            "include": [
                "jquery"
            ]
        }
    }

    Hope this helps.

    –Swapna
    Genuitec Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: is jQuery code hinting supported?

You must be logged in to post in the forum log in