English
- A VS Code extension that shows whether each file is “production ready” based on VS Code diagnostics.
- ✅ Ready when a file has 0 errors.
- 🔢 Otherwise shows the error count and lets you jump to the exact error location.
- Optional: right‑click an error in the Production Status view → Fix with AI.
Nederlands
- Een VS Code extensie die per bestand aangeeft of het “productie-ready” is op basis van VS Code diagnostics.
- ✅ Ready als een bestand 0 errors heeft.
- 🔢 Anders toont het de error count en kun je naar de exacte error springen.
- Optioneel: right‑click op een error in de Production Status view → Fix with AI.
- Download the latest VSIX from the GitHub Release: https://github.com/ApiCentraal/ProdCheck/releases/latest
- VS Code: Extensions →
...→ Install from VSIX...
prodcheck.fileScope:workspaceoropen(open editors only).prodcheck.enableFingerprintFixes: enable offline fingerprint fixes.prodcheck.treatWarningsAsErrors: count warnings as errors.prodcheck.showOnlyFilesWithErrors: only list files with errors.prodcheck.minErrorCount: only list files with at least this many errors.prodcheck.sortBy:errorsorpathsorting for the view.prodcheck.sortDirection:descorascsorting direction.prodcheck.ruleProfile:mvp,strict, orenterpriserules for AI prompts.
Development and release steps are in DEV.md.