VS Code Extensions
Env Sense

Env Sense

by ayus-paudel

Environment-variable autocomplete and validation from workspace .env files.

Downloads

0

Rating

(0)

Version

1.0.0

Last updated

Jun 23, 2026

Env Sense reads workspace .env files and provides:

  • Completion for process.env., process.env[", osenv(", getenv(", and Python os.getenv(".
  • Prefix filtering: type NEXT_ to see variables beginning with NEXT_.
  • 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.

Related extensions