Show HN: VSCode Extension for .env
Category: devtools
Tags: vscode-extension, environment-variables, monorepo
Score: 6.3/10 (Innovation: 5, Technical: 6, Documentation: 7, Utility: 7)
A VS Code extension that scans code for environment variable usage and flags mismatches with .env files, including unused or missing variables. It offers autocomplete for missing keys and monorepo support, making .env management more robust. Its direct value for developers dealing with configuration is clear, though it builds on existing concepts.
Target audience: backend devs
Repository: https://marketplace.visualstudio.com/items?itemName=Chrilleweb.dotenv-diff · TypeScript · MIT · 3 stars
View on Hacker News