.env Editor
A Visual Studio Code extension for managing .env files with a user-friendly interface.
Features
- 📝 Tree view visualization of
.env files and their variables
- 🔄 Real-time file watching and auto-refresh
- ✏️ Easy variable editing with type detection (string, boolean, JSON)
- 👁️ Toggle variables on/off with comments
- ➕ Add new variables with validation
- 🗑️ Delete variables safely
- 📂 Support for multiple
.env files in the workspace
Requirements
- Visual Studio Code ^1.40.0
Release Notes
0.0.1
Initial release of .env Editor:
- Tree view for .env files
- Basic CRUD operations for environment variables
- File watching and auto-refresh
- Type detection for variables (string, boolean, JSON)
- Toggle variables with comments
| |