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 |
---|---|---|---|
December 2023 | 0/0 | 0 | 0 |
November 2023 | 175/686 | 180 | 8 |
October 2023 | 163/673 | 199 | 11 |
September 2023 | 149/663 | 211 | 8 |
August 2023 | 142/673 | 226 | 16 |
July 2023 | 166/668 | 170 | 12 |
June 2023 | 174/669 | 168 | 10 |
May 2023 | 165/671 | 191 | 10 |
April 2023 | 170/667 | 175 | 11 |
March 2023 | 160/686 | 243 | 12 |
January 2023 | 177/675 | 159 | 17 |
December 2022 | 197/669 | 121 | 11 |
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
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?
- ...