VSCode .env Autocomplete
Scans code for variable usage to autocomplete .env keys automatically.

Yet another .env linter, but monorepo nearest-file resolution is actually useful.
JavaScript/TypeScript developers managing environment variables
DotENV VS Code Extension · Env File Hint · Pretty TypeScript Errors
What do you think?
Scans code for variable usage to autocomplete .env keys automatically.
Catches PUBLIC_ prefix misuse in SvelteKit when dotenv-linter exists.
Catches missing env vars and even warns when API keys expire.
Catches env variable bugs early in SvelteKit/Next.js, but eslint-dotenv already does this.
Catches .env misconfigs early with SvelteKit and Next.js-specific rules.
Monorepo-aware .env validation with autocomplete from actual code usage.