jQuery intellisense in VS Code

前端 未结 5 1520
半阙折子戏
半阙折子戏 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:40

    I thought that the major reason is Vscode does not parse the Jquery.js file because original jquery file is minified, which leads to vscode stop tokenization of the file. To solve this, open the jquery.js file, right click and select format. The tokenization process will complete.

提交回复
热议问题