Eclipse plugin to format using Prettier. Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
Categories: Code Management
Tags: prettier, Java formatter
Additional Details
Eclipse Versions: 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15)
Platform Support: Windows, Mac, Linux/GTK
Development Status: Beta
Date Created: Monday, August 17, 2020 - 21:56
License: Apache 2.0
Date Updated: Friday, September 18, 2020 - 21:28
Submitted by: Srujith Kudikala
| Date | Ranking | Installs | Clickthroughs |
|---|---|---|---|
| February 2026 | 138/541 | 34 | 4 |
| January 2026 | 129/631 | 124 | 21 |
| December 2025 | 171/621 | 82 | 23 |
| November 2025 | 149/626 | 118 | 13 |
| October 2025 | 116/637 | 172 | 13 |
| September 2025 | 136/653 | 145 | 15 |
| August 2025 | 123/615 | 142 | 21 |
| July 2025 | 148/636 | 117 | 12 |
| June 2025 | 160/627 | 107 | 14 |
| May 2025 | 161/634 | 114 | 12 |
| April 2025 | 155/623 | 124 | 16 |
| March 2025 | 140/661 | 196 | 21 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 1
| Count | Error Message |
|---|---|
| 1 | Cannot continue the operation. There is another install operation in progress. |

Reviews Add new review
Not working
Submitted by Sangman Na on Tue, 05/06/2025 - 14:58
It doesn't work. Don't even try it. I'll share it with my team using Eclipse Formatter. It was a waste of time.
Beware of this one
Submitted by Jörn Guy Süß on Mon, 08/16/2021 - 20:19
not formatting
Submitted by domi - on Sun, 01/31/2021 - 06:54
I was not able to get this to work, unfortunate, there is no documentation (except a single Screenshot) on how to configure this plugin: e.g.
- does it need to have local prettier configuration file?
- does it use the java-prettier from github.com/jhipster/prettier-java ?
- how can I confiugre it?
- how does it work togather with the "active profile" in the eclipse preferences? Is it used at all?
- ...