Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>sonarcryNew to Visual Studio Code? Get it now.
sonarcry

sonarcry

sonarcry

|
1 install
| (0) | Free
sonacry
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SonarCry

SonarCry is a small VS Code extension to fetch issues from a SonarQube or SonarCloud project and generate reports (CSV and JSON).

Features

  • Fetch issues using SonarQube's /api/issues/search API.
  • Save raw issues JSON, grouped JSON, and a grouped CSV report.
  • If output filenames are left blank in the UI, the extension will prompt you with Save dialogs.

Usage

  1. Open the SonarCry view (Activity Bar → SonarCry → Issues).
  2. Enter your SonarQube host, token, project key and other filters.
  3. Click "Save & Fetch" — the extension will prompt for output file locations if none were provided.
  4. Reports are written to the chosen paths (or sonarreport/ in the workspace by default).

Settings

The extension exposes settings under sonarcry.* (see package.json contributes.configuration): host, token, projectKey, branch, severities, issueStatuses, pageSize, outFile, jsonOutFile and format.

Development

  • Compile: npm run compile
  • Watch: npm run watch
  • Test: npm run test

License

MIT

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