The MergeGuide VS Code extension brings policy enforcement to the IDE layer. Violations appear as diagnostics — the same red squiggles you see for syntax errors — before you ever commit, push, or open a PR.
Developers don't learn new tools. MergeGuide integrates into VS Code's existing diagnostic system. Violations show up in the Problems panel, as inline squiggles, and as hover tooltips — exactly like TypeScript errors or ESLint warnings.
Each diagnostic includes: which compliance control was violated, why it matters, and an actionable fix. The developer doesn't need to know anything about SOC 2 or HIPAA — they just see: "this line has a problem, here's how to fix it."
Search "MergeGuide" in the VS Code Extensions panel, or press Ctrl+P and run:
ext install mergeguide.mergeguide-vscodeRequires VS Code 1.85 or later. Compatible with VS Code Insiders.
Install from the command line:
code --install-extension mergeguide.mergeguide-vscodeAfter installation, set your API key in VS Code settings: mergeguide.apiKey
Policy evaluation runs on every file save, with incremental analysis to keep it fast. No perceptible IDE slowdown.
Each diagnostic shows every compliance framework it violates. One hardcoded credential might violate SOC 2, HIPAA, and PCI-DSS simultaneously — all shown in the tooltip.
Critical violations appear as errors (red). High-severity as warnings (yellow). Medium/informational as hints. The Problems panel sorts by severity.
Get started with the VS Code extension today — free tier available, no credit card required.