VSCode .env Autocomplete
Scans code for variable usage to autocomplete .env keys automatically.
Catch missing and unused environment variables against your .env file
Monorepo-aware .env validation with autocomplete from actual code usage.
Full-stack developers, DevOps engineers
dotenv-linter · VS Code Dotenv extension
Scans code for variable usage to autocomplete .env keys automatically.
Yet another .env linter, but monorepo nearest-file resolution is actually useful.
AST parser catches missing env vars before you deploy to production.
Catches PUBLIC_ prefix misuse in SvelteKit when dotenv-linter exists.
Code-scanning to auto-discover env vars beats manual .env validation.
Catches .env misconfigs early with SvelteKit and Next.js-specific rules.