Aptana3 安装jQuery库:
Commands > Bundle Development > Install Bundle > jQuery
注意:Aptana3安装jQuery库时需要访问github,如果Terminal上显示:
$ git clone git://github.com/aptana/javascript-jquery.ruble.git
Cloning into 'javascript-jquery.ruble'...
fatal: unable to connect to github.com:
github.com[0: 192.30.252.130]: errno=No error
就说明链接github有问题。可以使用下面这条命令来修改github的配置:
git config --global url."https://".insteadOf git://
安装完成后,右键点击选择jQuery 项目,然后选 Properties > Project Build Path > jQuery 1.6.2.
重启Aptana后功能强大的jQuery提示就出现了。