Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>QuickCheckstyle for JavaNew to Visual Studio Code? Get it now.
QuickCheckstyle for Java

QuickCheckstyle for Java

hudmarc

|
786 installs
| (0) | Free
An extension to quickly check your workspace with a .xml Checkstyle file.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

QuickCheckstyle README

This extension serves as a wrapper for the Checkstyle jar, and offers a quick way to check the contents of a Workspace with a given .xml Checkstyle file.


Features

Simply right click a valid Checkstlye .xml file and click QuickCheckstyle: Check All With This XML in order to check all java files in your workspace with a given Checkstyle XML document. You can also use QuickCheckstyle: Check Current File With This XML to only check your currently focused open file.

Make sure to point the extension to your checkstyle installation beforehand!


Requirements

This extension requires a working installation of Checkstyle. The latest JAR can be found here: https://github.com/checkstyle/checkstyle/releases/latest


Extension Settings

This extension contributes the following settings:

  • quick-checkstyle.checkstyle-class-path: The path to your Checkstyle JAR file.

Release Notes

0.0.3

Renamed QuickCheckstyle: Check With This XML to QuickCheckstyle: Check All With This XML and added QuickCheckstyle: Check Current File With This XML

0.0.2

Merged https://github.com/hudmarc/quick-checkstyle/pull/1

Adds Setting quick-checkstyle.additional-checkstyle-arguments to include additional arguments in the checkstyle command.

0.0.1

Initial release


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft