はじめに
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 ![]() |
JDepend4Eclipse | パッケージ間の循環依存を調べる |
http://marketplace.eclipse.org/content/jdepend4eclipse ![]() |
エディタ
名前 | 概要 | 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 ![]() |
Logviewer | 読み込むログファイルを記録できたり、キーワードでハイライトできたりするので便利 |
https://marketplace.eclipse.org/content/logviewer ![]() |
名前 | 概要 | URL |
---|---|---|
Glance | インクリメンタル検索 |
https://marketplace.eclipse.org/content/glance ![]() |
Indent Guide | インデントに縦線をいれてくれる | http://sschaef.github.io/IndentGuide/update/ |
Edit Box | プログラムのブロックを視覚的に教えてくれる |
https://marketplace.eclipse.org/content/editbox ![]() |
AnyEdit Tool | ファイル保管時に行末変換とかスペース変換とか |
http://marketplace.eclipse.org/content/anyedit-tools ![]() |
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 ![]() |
Enhanced Class Decompiler | デコンパイラ |
https://marketplace.eclipse.org/content/enhanced-class-decompiler ![]() |
Autodetect Encoding | ステータスバーにエンコーディングと改行が表示され変更もできます |
https://marketplace.eclipse.org/content/autodetect-encoding/metrics ![]() |
QuickREx | 正規表現を試せる | http://netceteragroup.github.io/quickrex/updatesite |
Overview plugin for Eclipse | コード俯瞰するビューがでてくる |
https://marketplace.eclipse.org/content/overview-plugin-eclipse ![]() |
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 ![]() |
その他
名前 | 概要 | 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 ![]() |
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 ![]() |
|
TestNG |
https://marketplace.eclipse.org/content/testng-eclipse ![]() |
|
TextEditor Grep | 開いているファイルをGrepできる。巨大なクラスを調べるときのお供に |
http://marketplace.eclipse.org/content/texteditor-grep ![]() |