The Problem
Every developer deals with .env files daily β juggling secrets,
switching between environments, and occasionally committing API keys
by accident. π¬
I wanted something visual and simple right inside VS Code β so I built ENV Manager.
What is ENV Manager?
ENV Manager is a free VS Code extension that gives you a beautiful
UI to manage all your .env files without touching raw files.
Features
- π Multi-profile support β switch between
.env.local,.env.production,.env.stagingwith one click - π Secret masking β API keys hidden by default, click to reveal
- βοΈ Inline editing β edit variables directly, no raw file editing
- π Search & filter β find variables instantly
- β¬οΈ Export
.env.exampleβ generate safe template with no values - πΎ Save in place β saves directly back to your
.envfile
How to Install
Search "ENV Manager" in VS Code Extensions (Ctrl+Shift+X)
Or install directly:
π Install ENV Manager
How to Use
- Open a project with
.envfiles - Press
Ctrl+Shift+E(Mac:Cmd+Shift+E) - ENV Manager panel opens automatically
Coming Soon
- π Team sync via GitHub Gist
- π Diff view between profiles
- π Duplicate profile
Feedback
Would love your feedback, bug reports, or feature suggestions!
π VS Code Marketplace
Top comments (0)