https://github.com/onlyutkarsh/vscode-dot-envmanager
Quick and easy way to add entries to your .env file
https://github.com/onlyutkarsh/vscode-dot-envmanager
developer-tools env extension vscode vsmarketplace
Last synced: 10 months ago
JSON representation
Quick and easy way to add entries to your .env file
- Host: GitHub
- URL: https://github.com/onlyutkarsh/vscode-dot-envmanager
- Owner: onlyutkarsh
- License: gpl-3.0
- Created: 2022-06-25T19:46:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T21:06:59.000Z (about 4 years ago)
- Last Synced: 2025-04-03T23:17:51.123Z (over 1 year ago)
- Topics: developer-tools, env, extension, vscode, vsmarketplace
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=onlyutkarsh.envmanager
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# .env Manager
Do you use `.env` files to manage your environment variables in your local dev environment? Use this extension to quickly add values to `.env` file, either selecting a text or running the command. Checkout the quick demo of its working below.

## Usage
The extension exposes a command called `.env Manager: Add to .env`. The command is available in VS Code "Command Palette" which you can also access using shortcut Cmd + Shift + P on Mac.

Alternatively you can also right click on any active editor and select `.env Manager: Add to .env` from the context menu.
If the folder does not contain `.env` file at the root, the extension attempts to create it before adding the line.
> Please see:
> 1. Make sure you backup your .env file if you have very important secrets in the .env file.
> 2. Never commit your .env file in to source control.
## Reporting issues
The extension pushes the logs in to its own Output channel called, `.env Manager`. If you encounter any issues, raise the issue in GitHub repo and paste the contents of Output channel for analysis and easy troubleshooting.

## Social
[](https://twitter.com/onlyutkarsh) [](https://github.com/onlyutkarsh)