All activity
Scan your codebase to detect every environment variable reference. It helps you catch missing, unused, duplicated, and misused variables early, before they cause runtime errors.
First-class support for SvelteKit and Next.js. Also works well in modern JavaScript/TypeScript projects and frameworks like Node.js, Nuxt, and Vue — or any other setup where you want reliable .env file comparison.
dotenv-diff CLIValidate environment variable usage in your codebase
Christian Munk Nissenleft a comment
Hey everyone, I’ve run into too many issues caused by env mismatches, so I built dotenv-diff. I’d love your honest feedback
dotenv-diff CLIValidate environment variable usage in your codebase
Christian Munk Nissenleft a comment
Hi — I'm the developer behind dotenv-diff. I built this after getting frustrated with environment variable mismatches during development. The extension is intentionally minimal. I didn't want something that requires setup or changes how you work — just a quiet warning in the editor. if you like this, you might also like the npm package CLI tool which has first class support for sveltekit and...

VS code extension - dotenv-diffVs code extension - Missing environment variables
