本文介绍了如何在Aptana中启用jQuery Intellisense?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有Aptana,并且我已安装jQuery插件的Aptana支持.
I have Aptana and i installed Aptana Support for jQuery plugin.
现在我选择了一个javascript文件,但看不到任何jQuery Intellisense,
Now i oped a javascript file, but can't see any jQuery Intellisense,
如何启用它?
推荐答案
我发现最简单的方法是在Aptana中创建一个项目-您可以选择要在项目中包括哪些库.然后将.js文件拖入您的项目.那应该给你jQuery intellisense.
I find the easiest way is to create a project in Aptana - you can choose which libraries to include in your project. Then pull the .js file into your project. It should give you jQuery intellisense then.
这篇关于如何在Aptana中启用jQuery Intellisense?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!