barfuin
barfuin

Reputation: 17494

Alternative Java code formatter for Eclipse?

I am looking for alternatives to the Eclipse built-in Java code formatter. Not stand-alone, but for use from within Eclipse.

Any recommendations?

The default formatter is very powerful, I know. But still, maybe there are other powerful formatters out there.

Thanks!

Upvotes: 0

Views: 919

Answers (2)

Pablo Grisafi
Pablo Grisafi

Reputation: 5047

I used to work in a place when pointy haired bosses forced us to use Jalopy Source Code Formatter. There is also an open source version somewhere on GitHub. I can't say it was more/less powerful than eclipse, just another. I switched back to eclipse as fast as I could.

Upvotes: 2

barfuin
barfuin

Reputation: 17494

I just found JIndent to add to the list. Didn't check its feature list yet though.

Upvotes: 0

Related Questions