Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Env Manager - Tree View & Variable CheckNew to Visual Studio Code? Get it now.
Env Manager - Tree View & Variable Check

Env Manager - Tree View & Variable Check

DongyangLi

|
2 installs
| (0) | Free
Manage .env files across multiple environments with visual tree view, sensitive value masking, and missing variable detection.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Env Manager — Tree View & Variable Check

CI

A VS Code extension for managing .env files across multiple environments.

Features

  • Tree View — Browse all .env* files and their variables in the sidebar
  • Sensitive Value Masking — Variables containing SECRET, KEY, TOKEN, PASSWORD are masked by default
  • Missing Variable Detection — Compare .env against .env.example and auto-append missing keys
  • File Watching — Automatically refreshes when .env files change
  • Click to Navigate — Click any variable to jump to its definition
  • Group Support — Organize variables with # [Group Name] comments

Installation

Search "Env Manager - Tree View & Variable Check" in the VS Code Extensions marketplace, or grab the latest .vsix from Releases.

Usage

  1. Open a project that contains .env files
  2. Click the Env Manager icon in the activity bar
  3. Browse your environment variables in the tree view

Commands

Command Description
🔄 Refresh Reload all .env files
👁️ Toggle Value Visibility Show/hide sensitive values
⚠️ Check Missing Variables Compare with .env.example

Variable Grouping

Add comments in your .env file to group variables:

# [Database]
DB_HOST=localhost
DB_PORT=5432

# [Auth]
JWT_SECRET=my-secret
SESSION_TTL=3600

Contributing

git clone https://github.com/lidongyangLeo/vscode-env-manager.git
cd vscode-env-manager
npm install
npm run compile
npm test          # 55 test cases

Press F5 in VS Code to launch the Extension Development Host.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft