vscode-checkstyle

Checkstyle extension for VS Code

LGPL-3.0 License

Stars
68
Committers
7

Bot releases are visible (Hide)

vscode-checkstyle - 1.4.2 Latest Release

Published by jdneo over 1 year ago

Changed

  • Update the default Checkstyle version to 9.3.

Fixed

  • Does not work on VS Code start until setting.json modified. #341
vscode-checkstyle - 1.4.1

Published by jdneo about 3 years ago

Fixed

  • Generate temp files according to the folder structure #275
  • Remove redundant modifiers on interface declarations PR#302
  • Fix MultipleVariableDeclarationsQuickFix comment handling PR#304
  • Fix compatibility for Checkstyle v8.42+ PR#323
vscode-checkstyle - 1.4.0

Published by jdneo over 3 years ago

Added

Fixed

vscode-checkstyle - 1.3.3

Published by jdneo over 3 years ago

Changed

  • Update the dependencies
vscode-checkstyle - 1.3.2

Published by jdneo almost 5 years ago

Added

  • Support customized Checkstyle modules #206
vscode-checkstyle - 1.3.1

Published by jdneo about 5 years ago

Fixed

vscode-checkstyle - 1.3.0

Published by jdneo about 5 years ago

Added

  • User can manually set the Checkstyle version used for the project. #172

Fixed

vscode-checkstyle - 1.2.0

Published by jdneo about 5 years ago

Added

  • Open the Problems panel when click the status icon in the status bar. (#176)

Changed

  • Automatically detect potential Checkstyle configuration files when using command to set the configuration. (#PR215)

Fixed

vscode-checkstyle - 1.1.0

Published by jdneo about 5 years ago

Added

  • Support the live linting experience. Now the users do not need to save the file to refresh the linting results. #175
  • Support batch check. #178
vscode-checkstyle - 1.0.3

Published by jdneo over 5 years ago

Added

  • Support loading CheckStyle Configuration via URL. (#181)

Fixed

  • Fix vulnerability issues. (PR#170)
vscode-checkstyle - 1.0.2

Published by jdneo over 5 years ago

Fixed

  • Fixed the java extension version.
vscode-checkstyle - 1.0.1

Published by jdneo over 5 years ago

Changed

  • Upgrade the embedded Checkstyle version to 8.18.

Fixed

vscode-checkstyle - 1.0.0

Published by jdneo over 5 years ago

Initial release for the new Checkstyle extension, the new extension contains the following features:

  • Check code with Checkstyle.
  • Provide quick fixes when available.
vscode-checkstyle - 0.5.2

Published by jdneo about 6 years ago

Fixed some bugs

vscode-checkstyle - 0.5.1

Published by jdneo over 6 years ago

Fixed

  • Disable Checkstyle commands appear in the context menu of output panel. (#118)
  • Download Checkstyle jars from Github. (#120)
vscode-checkstyle - 0.5.0

Published by jdneo over 6 years ago

Added

  • Support clean Checkstyle Violation through Command Palette/File Explorer/Editor. (#104)
  • Support check code through File Explorer/Editor. (#108)
vscode-checkstyle - 0.4.1

Published by jdneo over 6 years ago

Fixed

  • Fix a potential security vulnerability. (#100)
vscode-checkstyle - 0.4.0

Published by jdneo over 6 years ago

Added

  • Add 'don't warn again' option when invalid CheckStyle version warning pops up. (#80)

Changed

  • Change status bar icon functionalities. (#78)
  • User can open the Checkstyle download page when downloading fails. (#79)
  • Change command name. (#93)
vscode-checkstyle - 0.3.1

Published by jdneo over 6 years ago

vscode-checkstyle - 0.3.0

Published by jdneo over 6 years ago

  • Added support to automatically resolve properties in the Checkstyle configuration file.
  • Fixed #61