Mac系统下Eclipse安装前端开发各类插件

本章分享的所有插件安装方法全部是从Eclipse的Install New Software进入。另外所分享的安装方法也都是在Mac OS下进行的,当然Windows下的安装方法和Mac OS的安装方法几乎一样。

在Eclipse中点击help-->Install New Software


在Work with中输入插件地址后,eclipse会自动获取相关插件资源

1、Eclipse安装Aptana插件
地址:http://download.aptana.com/tools/studio/plugin/install/studio
2、Eclipse安装SVN插件
地址:http://subclipse.tigris.org/update
待eclipse将svn插件资源完全获取后,请选中列表中的所有插件资源进行安装。
3、Eclipse安装PHP开发插件
地址:http://download.eclipse.org/releases/indigo
待eclipse将PHP开发插件资源完全获取后,请选中列表中的Programming Languages,然后再选中PHP Development tool(PDT)进行安装。
可参考阅读PDT for Eclipse
4、Eclipse安装Android ADT开发插件
地址:https://dl-ssl.google.com/android/eclipse/
请注意:如果插件资源加载出现问题,请尝试修改https为http
可参考阅读:Installing ADT for Eclipse
5、Eclipse安装jQuery JSDT开发插件
地址:https://svn.codespot.com/a/eclipselabs.org/jsdt-jquery/updatesite
悲剧的是,这个JSDT的版本仅是1.3.3的。
6、Eclipse安装YUI Compressor开发插件
地址:http://update.bitexpert.de/eclipse/3.5/
待eclipse将插件资源完全获取后,依次展开列表中的插件,选中0.4.4版,YUI Compressor版本列表中最高的版本仅是0.0.4的。不可以同时选择两个版安装!
7、zend studio 安装 zen coding 插件
插件地址:http://zen-coding.ru/eclipse/updates/
8、zend studio 安装 aptana 开发插件
插件地址:http://download.aptana.org/tools/studio/plugin/install/studio

原文地址:https://www.cnblogs.com/weilaikeji/p/3109451.html