Paste only missing .env keys from clipboard into your current .env file.
- ✅ Avoid duplicates
- ⚡ Fast, smart, and context-aware
- 🎯 Works with
.env,.env.production,.env.custom, etc.
- Smart paste from
.env.dist - Only adds missing keys
- Configurable file matching pattern
- Works via shortcut (
Cmd+Shift+V) or right-click menu
| Setting | Default | Description |
|---|---|---|
smartEnvPaste.filePattern |
^\\.env(\\.\\w+)? |
Regex for matching files |
Cmd+Shift+V in matching files.
.env.env.local.env.production

