Visual manager for
.envfiles — switch profiles, mask secrets, edit variables — right inside VS Code.
- 📁 Multi-profile support — switch between
.env.local,.env.production,.env.stagingwith one click - 🔒 Secret masking — API keys and passwords are hidden by default, click to reveal
- ✏️ Inline editing — edit keys and values directly, no raw file editing
- 🔍 Search & filter — find variables instantly, filter by secrets or public vars
- ⬇️ Export
.env.example— generate a safe template with keys but no values - 💾 Save in place — saves directly back to your
.envfile
👉 Install from VS Code Marketplace
Or search "ENV Profile Manager" in VS Code Extensions panel (Ctrl+Shift+X)
Open with Ctrl+Shift+E (or Cmd+Shift+E on Mac)
Or run ENV Profile Manager: Open from the Command Palette (Ctrl+Shift+P)
- 🔄 Team sync via GitHub Gist
- 📊 Diff view between profiles
- 📋 Duplicate profile
Found a bug or have a feature request? 👉 Open an issue
Pull requests are welcome!
MIT © Gaurav Prajapati