LoginSignup
59

More than 5 years have passed since last update.

eclipseでよく使うplugin(oxygen.2)

Last updated at Posted at 2016-02-21

はじめに

oxygen.2を入れたのでpluginメモ
※このメモは随時更新されます

環境

OS
  • Windows 10
Eclipse
  • oxygen.2 (4.7.2)

plugin

lombokをeclipseにインストールする

Pleiades(日本語化)をインストールする

dropinsからインストールする

 名前   概要   URL 
Eclipse Metrics メトリクス計測 https://sourceforge.net/projects/metrics2/
Stepcounter  ステップ数計測  https://github.com/takezoe/stepcounter

マーケットプレイス(or URL)からインストールする

eclipse-plugin.p2fとかでエクスポートしとけば次から一発で入るので、
自分のお好みの設定ファイルをエクスポートすることをおすすめ。

エクスポートは次のメニューから。
「ファイル(F) > エクスポート(O)... > インストール済みのソフトウェアをファイルへ」

静的解析

 名前   概要   URL 
Checkstyle コードスタイルチェック http://eclipse-cs.sourceforge.net/update
FindBugs バグパターン検出 http://findbugs.cs.umd.edu/eclipse
PMD バグパターン検出 http://marketplace.eclipse.org/content/eclipse-pmd Drag to your running Eclipse workspace.
JDepend4Eclipse パッケージ間の循環依存を調べる http://marketplace.eclipse.org/content/jdepend4eclipse Drag to your running Eclipse workspace.

エディタ

 名前   概要   URL 
PropertiesEditor_Asian_NLS プロパティエディタ http://propedit.sourceforge.jp/eclipse/updates/
Thymeleaf Eclipse Plugin Thymeleafエディタ http://www.thymeleaf.org/eclipse-plugin-update-site/
Eclipse plugin for LESS LESSエディタ https://marketplace.eclipse.org/content/eclipse-plugin-less Drag to your running Eclipse workspace.
Logviewer 読み込むログファイルを記録できたり、キーワードでハイライトできたりするので便利 https://marketplace.eclipse.org/content/logviewer Drag to your running Eclipse workspace.
 名前   概要   URL 
Glance インクリメンタル検索 https://marketplace.eclipse.org/content/glance Drag to your running Eclipse workspace.
Indent Guide インデントに縦線をいれてくれる http://sschaef.github.io/IndentGuide/update/
Edit Box プログラムのブロックを視覚的に教えてくれる https://marketplace.eclipse.org/content/editbox Drag to your running Eclipse workspace.
AnyEdit Tool ファイル保管時に行末変換とかスペース変換とか http://marketplace.eclipse.org/content/anyedit-tools Drag to your running Eclipse workspace.

SCM

 名前   概要   URL 
Subclipse SVNクライアント http://subclipse.tigris.org/update_1.12.x
Egit Gitクライアント すでに標準で入ってる

その他

 名前   概要   URL 
Path Tool Eclipse上のファイルが、ボタンひとつでエクスプローラ(orコマンドプロンプト)から開ける http://marketplace.eclipse.org/content/path-tools Drag to your running Eclipse workspace.
Enhanced Class Decompiler デコンパイラ https://marketplace.eclipse.org/content/enhanced-class-decompiler Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Autodetect Encoding ステータスバーにエンコーディングと改行が表示され変更もできます https://marketplace.eclipse.org/content/autodetect-encoding/metrics Drag to your running Eclipse workspace.
QuickREx 正規表現を試せる http://netceteragroup.github.io/quickrex/updatesite
Overview plugin for Eclipse コード俯瞰するビューがでてくる https://marketplace.eclipse.org/content/overview-plugin-eclipse Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
ERMaster ER図作成 http://ermaster.sourceforge.net/update-site/
LiveReloaded http://download.jboss.org/jbosstools/neon/stable/updates/

Eclipseの色など

 名前   概要   URL 
Eclipse Color Theme http://marketplace.eclipse.org/content/eclipse-color-theme Drag to your running Eclipse workspace.

その他

 名前   概要   URL 
Bytecode Outline http://marketplace.eclipse.org/content/bytecode-outline
Data Hierarchy http://marketplace.eclipse.org/content/data-hierarchy
EclipseRunner http://eclipserunnerplugin.googlecode.com/svn/trunk/EclipseRunnerSite
EclEmma コードカバレッジ。 http://marketplace.eclipse.org/content/eclemma-java-code-coverage Drag to your running Eclipse workspace.
Emmet http://emmet.io/eclipse/updates/
Jetty WTP Adaptor Jetty用 http://download.eclipse.org/jetty/updates/jetty-wtp
WindowBuilder SWT開発するときに http://download.eclipse.org/windowbuilder/WB/release/R201506241200-1/4.5/
YEdit ymlエディタ http://dadacoalition.org/yedit
Quick JUnit http://marketplace.eclipse.org/content/quick-junit Drag to your running Eclipse workspace.
TestNG https://marketplace.eclipse.org/content/testng-eclipse Drag to your running Eclipse workspace.
TextEditor Grep 開いているファイルをGrepできる。巨大なクラスを調べるときのお供に http://marketplace.eclipse.org/content/texteditor-grep Drag to your running Eclipse workspace.

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
59