Eclipse安装aptana

Eclipse安装aptana

1.下载aptana包

http://update.aptana.com/update/studio/3.2/ 

aptana_update_024747.zip(包)

2.安装插件包

解压该文件,解压后的文件夹中新建eclipse文件夹,然后把解压中features和plugins的文件全部复制到其中(其它文件删除),最终文件结构如下图:

     -aptana_update_024747 (直接解压后的文件夹名)

         -----eclipse                      (你新建的文件夹名)

                +------features

                +------plugins

将aptana_update_024747复制到eclipse/dropins下重启eclipse就可以了。

4.设置Aptana

Window->preferences ->Aptana_>editors_javascript->code assist->选择jquery等。最后点击完成。

5.设置workspace 默认js为Aptana模板

Window->preferences->General->Editors->File Associations->*.js 在Associated editors选择Aptana JS Editor并点击Default.

OK,Eclipse jquery aptana安装成功。

 

原文地址:https://www.cnblogs.com/kedoudejingshen/p/2752906.html