分享一下在myeclipse中支持jquery、ext、YUI、mooto等主流框架的自动完成、提示、调试等方法。 html
也有人推荐spket ide,如下着重介绍link方式安装aptana,不推荐升级模式安装,升级安装会带来不少问题, 而且尝尝安装不成功。 jquery
一、从http://update1.aptana.org/studio/3.2/024747/index.html下载aptana studio的eclipse插件 aptana_update_024747.zip 二、在D:\Myeclipse下建立myPlugins文件夹。 (个人myeclipse装在D盘) 三、在 D:\Myeclipse\eclipse\links 下建立一个link文件aptana.link,内容以下:path=D:\\Myeclipse\\myPlugins\\aptana 四、在 D:\Myeclipse\myPlugins中建立文件夹aptana,在这个aptana文件夹下建立名为eclipse的文件夹。 五、解压aptana_update_024747.zip,将解压出来的features、plugins两个文件夹复制到 D:\Myeclipse\myPlugins\aptana\eclipse里。 六、运行AptanaKeygen.exe,指定\plugins目录为:D:\Myeclipse\myPlugins\aptana\eclipse\plugins 点击OK。 七、启动Myeclipse,点击myeclipse->Preference->Aptana->License,继续点击Validate便激活成功。 八、为防止Myeclipse打开aptana主页时报错,作以下改动: 打开myeclipse->Preference->Aptana->MyAptana/Message Center 去掉 use fireFox as the Aptana Home Page Browser 前面的勾。 九、重启Myeclipse,能正常使用了。 十、禁用启动myeclipse时自动启动myaptana(这样就不拖速度了) 以上是给予Myeclipse 6.0GA(Eclipse 3.3.1)、Aptana Studio eclipse plugin 1.27; Myeclipse 6.5和上面的方法是同样的。Myeclipse 7.0和以上版本须要最新的Aptana Studio版本(已开源不须要破解,以前版本须要破解后使用),基本的方法能够升级安装或者下载插件以link方式安装。