Skip to content

mamilic/google-java-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c138e7e · Aug 13, 2024

History

18 Commits
Jan 5, 2024
Aug 13, 2024
Aug 13, 2024
Jan 8, 2024
Jan 5, 2024
Jan 8, 2024
Jan 5, 2024
Jan 5, 2024
Jan 5, 2024
Aug 13, 2024
Aug 13, 2024
Jan 5, 2024
Aug 13, 2024
Aug 13, 2024
Jan 5, 2024
Jan 5, 2024
Jan 5, 2024

Repository files navigation

Java Google Format

This extension provides a convenient way to format Java code using Google's Java Format standards.

Usage

  1. Open a Java file in Visual Studio Code
  2. Use the Format Document command
  3. Enjoy your beautifully formatted Java code!

You can also set it as your default Java formatter in Visual Studio Code settings:

"[java]": {
  "editor.defaultFormatter": "mmilic.java-google-format",
}

Features

  • Formats Java code according to Google's Java format standards using the Google Java Format tool. The current version of Google Java Format used is v1.23.0.

Requirements

This extension requires a Java Development Kit (JDK) to be installed on your system.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published