Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Env AutocompleteNew to Visual Studio Code? Get it now.
Env Autocomplete

Env Autocomplete

Joshua Alexander

|
26 installs
| (1) | Free
Smart environment variable auto-completion for JavaScript and TypeScript. Seamlessly suggests variables from your .env files, enhancing development workflow with real-time IntelliSense support.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Environment Variable Autocomplete

A VSCode extension that provides autocomplete suggestions for environment variables in your project.

Features

  • Automatically detects environment variables from .env files in your project
  • Provides autocomplete suggestions when typing process.env.
  • Supports multiple .env file formats (.env, .env.local, .env.development, etc.)

Usage

  1. Open a JavaScript or TypeScript file
  2. Type process.env.
  3. The extension will suggest environment variables found in your project's .env files

Requirements

  • VSCode 1.60.0 or higher

Extension Settings

This extension does not contribute any settings yet.

Known Issues

  • None reported yet

Release Notes

1.0.0

Initial release of Environment Variable Autocomplete

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft