热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

如何在PhpStorm中启用JS库自动完成功能?-HowdoIenableJSlibraryautocompletioninPhpStorm?

InanHTMLfile,IincludedjQueryvia在HTML文件中,我包含了jQueryvia<scriptsrchttp:ajax.googlea

In an HTML file, I included jQuery via

在HTML文件中,我包含了jQuery via


I downloaded the library via the context menu and now see it in the project folder under External Libraries. Yet, it seems jQuery is not recognized.

我通过上下文菜单下载了库,现在在外部库下的项目文件夹中看到它。然而,似乎jQuery不被认可。


The $ is underlined and code hinting asks me to create a function or method called $. The code itself works though.

$加下划线,代码提示要求我创建一个名为$的函数或方法。代码本身虽然有效。

What am I supposed to do to make PhpStorm recognize the external Javascript library?

我应该做些什么来让PhpStorm识别外部Javascript库?

1 个解决方案

#1


10  

As LazyOne pointed out in his comment I had to look up settings, and there I realized I had to download the library again, and made it global.

正如LazyOne在他的评论中指出的那样,我必须查找设置,在那里我意识到我必须再次下载该库,并使其成为全局的。

phpstorm's settings


推荐阅读
author-avatar
mobiledu2502939777
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有