ENV Pettier
A VSCode extension that turns your Overview
Open any workspace with FeaturesSearch & Filter
The search bar filters keys and values in real time across all Add Variables
Use the + button to add a new environment variable directly from the panel.
Type the key and value in the inline form — it gets written straight to the file on disk. Edit Variables
Click any value to edit it inline. Changes are saved directly to the Delete Variables
Hit the Remove button on any variable to delete the line from the file on disk. Sensitive Value ProtectionPasswords, tokens, secrets, and API keys are automatically blurred.
Click the eye icon to reveal the value when you need it.
Inline Code DecorationsWhen writing code that reads env variables, the extension annotates each access inline:
Hover TooltipsHover over any env access to see:
Supported Languages
Supported
|
| Command | Description |
|---|---|
ENV Pettier: Open Viewer |
Open the webview panel |
ENV Pettier: Refresh |
Re-scan workspace for env files |
Right-clicking a
.envfile in the Explorer also shows ENV Pettier: Open Viewer in the context menu.
Settings
| Setting | Default | Description |
|---|---|---|
envPettier.showInlineHints |
true |
Show inline decorations in code files |
Getting Started
- Open a workspace that contains
.envfiles - Run
ENV Pettier: Open Viewerfrom the Command Palette (Ctrl+Shift+P) - The panel opens beside your editor and auto-refreshes whenever
.envfiles change
Development
git clone <repo>
cd env_pettier
npm install
npm run watch # or F5 in VSCode to launch Extension Host
License
MIT











