Env Browser
Provides a UI for managing .env files.
Features
- Table view for managing environment variables
- Auto-formats with quoted values on save
- One-click copy values
- Drag-and-drop reordering
- Supports
.env, .env.*
Development
- Install dependencies:
npm install
- Compile the extension:
npm run compile
Press F5 in VSCode to launch a new Extension Development Host window.
In the new window, open a .env file (or create one) to see the table view.
The extension will automatically replace the default editor for .env* files with the custom table view.
| |