Eclipse常用外掛程式線上安裝和離線安裝方式

來源:互聯網
上載者:User

標籤:開發工具   plugins   java   外掛程式   


 1.Subclipse

源碼管理工具Subversion的Java用戶端,對使用Subversion做源碼管理的,這個相信用的會比較多。預設使用JavaHL介面,如果使用中沒有問題的話,最好別切換

官網地址:http://subclipse.tigris.org/
Update site: http://subclipse.tigris.org/update_1.6.x
link方式:

1)    從官網下載

2)    解壓至 ${eclipse}\eclipse-plugins\svn\eclispe\,並刪除 site.xml(很重要)

3)    建立link檔案${eclipse}\links\svn.link,內容為: path=eclipse-plugins//svn

4)       重啟Eclipse。 eclipse.exe -clean

2.Googleapp engine

Update site: http://dl.google.com/eclipse/plugin/3.6

3.Jadeclipse

Update site: http://jadclipse.sf.net/update

首頁:http://jadclipse.sourceforge.net/

安裝流程:

1)    線上安裝

2)    下載jad.exe檔案

3)    在eclipse的window—>preferences—>Java—>Decompilers中的Decompiler:處選擇Jad

4)    在eclipse的window—>preferences—>Java—>Decompilers—>Jad中的Path to Decompiler:處填上jad.exe的在原生絕對路徑,如:D:\IDE_Tools\jadnt158\jad.exe(也可以使用相對路徑)

5)    重啟eclipse

 

4.OracleEnterprise Pack for Eclipse

Update site: http://download.oracle.com/otn_software/oepe/helios

5.android

Update site: https://dl-ssl.google.com/android/eclipse/

6.Findbugs

Update site:

 1、http://findbugs.cs.umd.edu/eclipse只包含官方正式發布版
 2、http://findbugs.cs.umd.edu/eclipse-candidate包含候選版版和最新的正式發布版
 3、http://findbugs.cs.umd.edu/eclipse-daily包含所有正式發布版和一個正在開發的版本

離線安裝:在http://findbugs.sourceforge.net/downloads.html下載最新的eclipse外掛程式,解壓到eclipse目錄下的plugins中。

7.properties檔案的Eclipse外掛程式

Update site: http://propedit.sourceforge.jp/eclipse/updates

8.程式碼摺疊功能外掛程式Coffee Bytes Java Folding

Update site: http://eclipse.realjenius.com/update-site

9.程式碼分析外掛程式PMD

Update site: http://pmd.sf.net/eclipse

10.代碼編寫規範檢查外掛程式CheckStyle

zip:http://sourceforge.net/project/showfiles.php?group_id=29721

11.檢查代碼複雜度metrics

Update site: http://metrics.sourceforge.net/update

12.依賴項檢查JDepend

zip:http://clarkware.com/software/JDepend.html#download

13.代碼產生工具和打包工具Axis Eclipse plug-in:

http://apache.justdn.org/ws/axis2/tools/1_0/Axis2_Code_Generator.zip

http://apache.justdn.org/ws/axis2/tools/1_0/Axis2_Service_Archiver.zip

14.velocity外掛程式:

Update site: http://veloeclipse.googlecode.com/svn/trunk/update/

15.SpringIDE

開發Spring應用的好工具。
官網地址:http://springide.org/blog/
Update Site:http://www.springide.org/updatesite/

16.HibernateTools
開發Hibernate應用的好工具,由於我寫的Hibernate都是使用Anotation方式的,所以對於此工具在常見的x.cfg.xml中的功能不清楚,不過我使用這個工具主要是用來調試HQL的
官方網站:http://www.hibernate.org/255.html

17.PropertiesEditor

一個比較好用的屬性編輯器,自動調用native2asc,因此能夠輸入Unicode國際字元(當然包括中文了),裝完後別忘了變更*.properties的預設編輯器哦
官方網址:http://propedit.sourceforge.jp/index_en.html
Update Site:http://propedit.sourceforge.jp/eclipse/updates/

18.Log4E
一個方便的產生Log日誌代碼的小工具,對於項目中統一Log代碼風格及個人偷懶的好工具。
支援JDK內建Log、Log4j、Common Logging等,建議使用Common Logging,畢竟更通用哈。
官方網站:http://log4e.jayefem.de/index.php/Main_Page
Update Site:http://log4e.jayefem.de/update

19.Implementors

自動導航到介面的實作類別上,如果只有一個實現此介面的類,則直接轉向這個實作類別。如果有多個實作類別,則出現列表讓你選擇,基於介面編程人士的最愛!
官方網站:http://eclipse-tools.sourceforge.net/implementors/
Update Site:http://eclipse-tools.sourceforge.net/updates/

 

20.Mylyn

一種基於Context的興趣管理工具。
當你有幾十甚至上百個檔案,而每次一個任務只是涉及到其中一小部分時,相信大家都有過拖動長長的Package Explorer尋找某個檔案的痛苦吧。尤其是當你完成了一個任務後發現有錯誤,回頭修改的時候,你還知道你改過哪些檔案嗎?還知道哪幾個檔案是重點修改的嗎?還知道哪幾個檔案的哪幾個方法是重點修改的嗎?
如果你想解決這些問題,那麼Mylyn就是你的選擇。其興趣點的計算方式相當獨特,用過後你發現你再也離不開它了。
目前主流的大型的外掛程式都支援對Mylyn的整合(如Subclipse、MyEclipse、Spring IDE等)。
推薦幾個學習Mylyn的好文章:
Mylyn 2.0,第1 部分: 整合的任務管理
Mylyn 2.0,第2 部分: 自動上下文管理
InfoQ: Mylyn 2.1:重構Eclipse使用者介面提高生產力
官方網站:http://download.eclipse.org/tools/mylyn/update/e3.3(for Eclipse 3.3)

21.RegExTest or QuickRex

Regex調試工具,由於我沒怎麼用過,不作評論,僅提供相應的
RegEx Test
官方網站:http://brosinski.com/regex/
Update Site:http://brosinski.com/regex/update

QuickRex
官方網站:http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html
Update Site:http://www.bastian-bergerhoff.com/eclipse/features

 

 

22.Spket(支援jQuery智能提示)

Update Site:http://www.spket.com/update/

離線安裝:到http://www.spket.com/download.html下載 Plugin 版本,目前的版本為1.6.17.下載解壓後直接放置於Eclipse的dropins目錄下

下載jQuery檔案,(要下載開發版本).
設定spket ,Window-> Preferences -> Spket -> JavaScript Profiles -> New,輸入“jQuery”點擊OK;選擇“jQuery” 並點擊“Add Library”然後在下拉條中選取“jQuery”; 選擇 “jQuery”並點擊“Add File”,然後選中你下載的jQuery.js 檔案;設成Default;
5.設定js開啟檔案(這一步很重要,不設定的話,也不會有jQuery的智能提示), Window -> Preferences ->General-> Editors-> FileAssociations-> 選擇*.js,將Spket JavaScript Editor設為Default。
6.建立一個js檔案,jQuery自動提示!!

23.
1.線上安裝:Help->InstallNew Software...->Add...->Name: "Spket",
Location:http://www.spket.com/update/ 下載完畢重啟Eclipse.
2.手動安裝:到http://www.spket.com/download.html下載 Plugin 版本,目前的版本為1.6.17.下載解壓後直接放置於Eclipse的dropins目錄下,重啟Eclipse.
3.下載jQuery檔案,(要下載開發版本).
4.設定spket ,Window-> Preferences -> Spket -> JavaScript Profiles -> New,輸入“jQuery”點擊OK;選擇“jQuery” 並點擊“Add Library”然後在下拉條中選取“jQuery”; 選擇 “jQuery”並點擊“Add File”,然後選中你下載的jQuery.js 檔案;設成Default;
5.設定js開啟檔案(這一步很重要,不設定的話,也不會有jQuery的智能提示), Window -> Preferences ->General-> Editors-> FileAssociations-> 選擇*.js,將Spket JavaScript Editor設為Default。
6.建立一個js檔案,jQuery自動提示!!

24.Maven:

UpdateSite:http://q4e.googlecode.com/svn/trunk/updatesite-iam/

 

25.tomcatPlugin

支援Tomcat外掛程式

首頁:http://www.eclipsetotale.com/tomcatPlugin.html

安裝方法: 

(1).解壓tomcatPluginV31.zip 
(2).將解壓目錄下檔案夾com.sysdeo.eclipse.tomcat_3.1複製到eclipse安裝目錄中的plugins目錄中,即E:\eclipse\plugins 
(3).啟動Eclipse,啟動後你將看到你的菜單上多了一個下拉項Tomcat,點擊 視窗->喜好設定,在左邊樹中點擊tomcat,設定tomcat version為version 5.x,設定tomcat根目錄為E:\tomcat,在左邊樹中點擊tomcat->JVM setting,設定JRE為j2sdk1.4.2。

26.jdeclipse

反編譯外掛程式,在沒有原始碼的情況下,按Ctrl+1的時候,就會使用jdeclipse開啟class檔案,自動就反編譯了,不用任何設定。若添加了原始碼,則顯示你自己添加的原始碼。

首頁:http://java.decompiler.free.fr/

updateSite: http://java.decompiler.free.fr/jd-eclipse/update

Eclipse常用外掛程式線上安裝和離線安裝方式

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.