Env Sense reads workspace .env files and provides:
- Completion for
process.env.,process.env[",osenv(",getenv(", and Pythonos.getenv(". - Prefix filtering: type
NEXT_to see variables beginning withNEXT_. - Warning/error squiggles for uppercase environment-style keys referenced in code but absent from any workspace
.env*file.
Only variable names are read for editor features; values are never displayed. Run Env Sense: Refresh Environment Variables after changes if the watcher is not active yet.