本文介绍了将JavaScript库包含在IntelliJ IDEA的自动完成中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何将自己的JavaScript库包含到IntelliJ IDEA 10.5或11中?我想告诉IDEA她必须使用我的库的对象自动完成。有时它会自动运行,但有时不会 - IDEA没有将一些文件内容添加到自动填充列表中。
How I can include my own JavaScript library to IntelliJ IDEA 10.5 or 11? I want to tell IDEA that she must use autocomplete with my library's objects. Sometimes it works automaticaly, but sometimes is not — IDEA didn't add some files content to autocomplete's list.
推荐答案
请检查博客文章和相关帮助部分:
Please check the blog post and related help section:
- JavaScript Libraries in Intellij IDEA 10
- Configuring JavaScript Libraries
这篇关于将JavaScript库包含在IntelliJ IDEA的自动完成中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!