Skip to content

Commit

Permalink
docs: Add link to a VSC Extension to README (fixes #488)
Browse files Browse the repository at this point in the history
There are a bunch of these; I've had a a bit of a closer look at them the other day, and this one appears to be the most up-to-date, actively maintained, and contrary to the the other more popular by stars older ones seems easy to use because it doesn't require anything to be externally pre-installed but just download from this project's GitHub releases; that's why I'm proposing adding this one.

This fixes #488.

@cushon LGTY?

Fixes #1043

FUTURE_COPYBARA_INTEGRATE_REVIEW=#1043 from vorburger:patch-3 e48524b
PiperOrigin-RevId: 605755809
  • Loading branch information
vorburger authored and google-java-format Team committed Feb 10, 2024
1 parent ca02b8d commit acd9d6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Using the formatter

### from the command-line
### From the command-line

[Download the formatter](https://github.com/google/google-java-format/releases)
and run it with:
Expand Down Expand Up @@ -78,6 +78,8 @@ Implementation`.

### Third-party integrations

* Visual Studio Code
* [google-java-format-for-vs-code](https://marketplace.visualstudio.com/items?itemName=JoseVSeb.google-java-format-for-vs-code)
* Gradle plugins
* [spotless](https://github.com/diffplug/spotless/tree/main/plugin-gradle#google-java-format)
* [sherter/google-java-format-gradle-plugin](https://github.com/sherter/google-java-format-gradle-plugin)
Expand Down

0 comments on commit acd9d6c

Please sign in to comment.