WebStorm jQuery 自动完成功能不起作用

发布于 2024-11-18 02:05:20 字数 174 浏览 5 评论 0原文

前几天我在格式化计算机后安装了 WebStorm 后,jQuery 自动完成和代码建议不起作用。这个软件以前运行得很好,但现在 jQuery 不能运行了。我尝试重新安装几次,但没有成功。这是 jQuery 术语的鼠标悬停通知。

未解析的函数或方法 淡出()

After I installed WebStorm after formatting my computer the other day, jQuery auto-completion and code suggestion are not working. This software worked perfectly before, but now jQuery is not working. I tried reinstalling several times, but to no avail. This is the mouse-over notice for jQuery terms.

Unresolved function or method
fadeOut()

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

流年已逝 2024-11-25 02:05:20

要使代码完成工作,您需要 jQuery 位于您的
项目根目录或定义为全局库(请参阅设置|JavaScript
图书馆)。

对于刚刚经历过日食的人来说,这就像沙漠中的一杯水。

For code completion to work you need jQuery to be either under your
project root or defined as global library (see Settings|JavaScript
Libraries).

from someone who has recently come from eclipse, that is like a cup of water in a desert.

小苏打饼 2024-11-25 02:05:20

您可以通过将 jQuery 代码添加为 Webstorm 和 phpStorm 中的全局库来启用它。

  • 转到设置 ->语言与框架-> JavaScript 并单击
  • 单击窗口右侧的下载
  • 选择官方库,在列表中选择jQuery,然后单击“下载”,
  • jQuery 将被启用为全局库(如下所示)。单击“应用”并确定。

输入图像描述这里

You can enable jQuery code completion by adding it as a global library in Webstorm and phpStorm.

  • Go to Settings -> Languages & Frameworks -> Javascript and click on Libraries.
  • Click Download on the right side of the window.
  • Select Official libraries, select jQuery in the list and click download
  • jQuery would be enabled as a global library(shown below). Click Apply and ok.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文