prettier-java
spotless
prettier-java | spotless | |
---|---|---|
7 | 11 | |
1,106 | 4,600 | |
1.2% | 1.5% | |
8.1 | 9.7 | |
22 days ago | 6 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
prettier-java
-
How to beautify java code reliably
I ended up, from a friend suggestion, looking into a java prettier plugin. Prettier allowed for an easy integration with most Web IDE, can be configured to format on save for vscode and is trivial to run in CI.
-
Prettier extension doesn't work with java
Prettier does not natively support Java, they have a community plugin for Java https://github.com/jhipster/prettier-java (link is from prettier.io) are you using this? I don't use prettier with Java though, Im not sure it works with the VS Code extension out of the box. prettier by itself is a separate thing from the VS Code extension
-
Let's do a war
I didn’t realize prettier was used for other languages. I’ve been kinda frustrated with our java formatter at work, so I took a look at the prettier java formatter: https://github.com/jhipster/prettier-java
-
Zero Config Code Formatter?
Prettier has support for Java. https://github.com/jhipster/prettier-java
- Wednesday Links - Edition 2021-09-22
-
JHipster 7: What’s under the hood?
Did you know Prettier for Java is a JHipster project?
- Which code style plugin do you use in daily work?
spotless
-
We Have Code Quality At Home: Open Source Java Code Quality Tools
Spotless is an open-source, multi-language, customizable code formatter for projects. It comes with a Maven Plugin that can be customized as needed.
- FLiPN-FLaNK Stack for March 6, 2023
-
Programming Breakthroughs We Need
Some code formatters such as Spotless (https://github.com/diffplug/spotless/tree/main/plugin-gradle...) allow you to format code only in files that have changes against some designated branch such as `master`. So, you check out your feature branch, make changes, do some commits, and run spotless. Only the files which have some changes between your workspace and the master branch will be formatted. This allows you to gradually format the project as and when files would be changed anyways.
- What supporting tools (linting, style/formatting, etc) are you using nowadays?
-
How does Apache ShardingSphere standardize and format code? We use Spotless
As a Top-Level Apache open source project, ShardingSphere has 400 contributors as of today. Since most developers do not have the same coding style, it is not easy to standardize the project’s overall code format in a GitHub open collaboration model. To solve this issue, ShardingSphere uses Spotless to unify code formatting.
-
Use semantic indenting
But please just use an code formatter like spotless. Or better yet set it as a pre commit hook. You will thank yourself later, and so will all of your coworkers.
-
Zero Config Code Formatter?
I use Spotless but it’s not as opiniotated as Prettier or Black
-
The obligatory braces and if/else questions
I use Spotless and it works quite well, but there are many other options. Also good IDEs can reformat your code.
- Java Cheatsheet to refresh the basic concepts of Java
- Is there any actively maintained Java library to format code?
What are some alternatives?
google-java-format - Reformats Java source code to comply with Google Java Style.
Checkstyle - Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
palantir-java-format - A modern, lambda-friendly, 120 character Java formatter.
pretty-quick - ⚡ Get Pretty Quick
amber-docs - https://openjdk.org/projects/amber
prettier - Prettier is an opinionated code formatter.
fmt-maven-plugin - Opinionated Maven Plugin that formats your Java code.
git-code-format-maven-plugin - A maven plugin that automatically deploys code formatters as pre-commit git hook
spring-javaformat