Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Committed Software
Committed Software

Posted on • Originally published atcommitted.software on

     

Recommended Eclipse plugins

We loveEclipse and use it daily (and nightly) as our Java IDE. (Ok, we use Android Studio for the Android stuff these days).

micah williams 348739

Here’s our top pick of plugins for Java developers.<!--more-->

As a start point, we useSpring Tool Suite rather than the ‘generic Eclipse’ since we develop with Spring Boot heavily. When developing plugins for Eclipse itself we highly recommend starting withEclipse PDE to save your time and sanity.

From the Eclipse marketplace (Help > marketplace):

  • EclEmma : Our favourite code coverage plugin mainly since it has such nice UI integration allowing you to pin point areas of weakness.
  • Findbugs : Code quality
  • PMD : More code quality
  • jDeodorant : Even more code quality
  • Checkstyle : Even more code quality
  • jAutodoc : removes (some of) the tedium from code documentation
  • m2e-apt : Not much use on its own but combine withimmutables for magic code generation.
  • Gonsole : Git console inside Eclipse, great for mix and match with the Eclipse Git UI (though we also useGitKraken)
  • Infinitest**: Automatically run your testing on every save
  • PITclipse : Mutation testing for Eclipse
  • Eclipse Class Decompiler : for when you want to quickly check out code and you don’t have the source.
  • TestNG : We don’t use TestNG much ourselves, but its nice to have a plugin when developing against open source projects which do.

And of course you must install ourspelling plugin which helps your ensure your code is readable (actual English words).

Optional, but we recommend you installLombok in your IDE and to reduce your Java’s boilerplate.

Credit: Photo byMicah Williams onUnsplash

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

  • Location
    UK
  • Work
    Developer at Committed Software
  • Joined

More fromCommitted Software

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp