Env Variants Manager is a Cursor/VS Code extension that helps you manage multiple values for each environment variable inside a single .env file, without losing your existing format or comments.
The main idea is simple: keep different values (for example local, dev, staging) for the same key and quickly switch which one is active.
What This Extension Does
Shows your manageable variables in a sidebar panel (Env Variants).
Lets you switch the active value for a key using a selector.
Lets you add new keys and new variants for each key.
Keeps unmanaged lines and comments exactly as they are.
Makes it easier to work across environments without duplicating .env files.