PMD 6.x Linter VS Code ExtensionThis extension automatically runs PMD 6.x on your Java files every time you save, parses the XML output, and highlights any issues both inline and in the Problems panel. Features
Requirements
How to Install PMD 6.x (macOS / Linux)Follow these steps to install PMD 6.x and make it available for this extension: 1. Download PMD 6.55.0Go to the official GitHub Releases page: Download the file named: 2. Unzip the Downloaded FileExtract the ZIP file to your preferred tools directory:
3. Make run.sh ExecutableGive execution permissions to the PMD script:
Extension SettingsTo configure the extension, add the following to your
You can also set these options from the extension settings page in VS Code:
LicenseMIT |