gpt4 book ai didi

VS Code 中的 jQuery 智能感知

转载 作者:行者123 更新时间:2023-12-03 21:44:54 30 4
gpt4 key购买 nike

我已经尝试过这个:

JQuery intellisense in Visual Studio Code

还有这个:

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

但它什么也没做,VS Code 只是不会添加 jquery intellisense,我已经尝试解决这个问题几个小时了,但它就是行不通

最佳答案

大多数博客文章现在都已过时,因为我们终于在 1.8+ 版本中实现了自动类型获取 - 您不再需要自己安装类型。

我建议阅读官方文档,它始终是最新的:https://code.visualstudio.com/docs/languages/javascript

如果您使用 npm 并且项目中有一个 package.json 并且 jQuery 列在其中,那么它应该已经可以工作了。

如果您不使用 npm,您可以在项目根目录中创建文件 jsconfig.json,其中包含以下内容,然后就可以开始了:

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

关于VS Code 中的 jQuery 智能感知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41777327/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com