jQuery intellisense in VS Code

前端 未结 5 1519
半阙折子戏
半阙折子戏 2021-01-31 18:05

I have tried this:

JQuery intellisense in Visual Studio Code

and this:

http://shrekshao.github.io/2016/06/20/vscode-01/

But it does nothing, VS C

5条回答
  •  时光说笑
    2021-01-31 18:39

    What helped me was using the non-minified version of jQuery, and then use

    /// 
    

    in the beginning of my JS file.

    (I'm coding client-side i.e. ES5 JavaScript that is added to the page directly with the

提交回复
热议问题