WebStorm jQuery 自动完成功能不起作用
前几天我在格式化计算机后安装了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于刚刚经历过日食的人来说,这就像沙漠中的一杯水。
from someone who has recently come from eclipse, that is like a cup of water in a desert.
您可以通过将 jQuery 代码添加为 Webstorm 和 phpStorm 中的全局库来启用它。
jQuery
,然后单击“下载”,You can enable jQuery code completion by adding it as a global library in Webstorm and phpStorm.
jQuery
in the list and click download