Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>DevsHub DotenvNew to Visual Studio Code? Get it now.
DevsHub Dotenv

DevsHub Dotenv

DevsHub

| (0) | Free
Support for dotenv file syntax
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode .env syntax highlighting

A port of DotENV for vscode.

Example

Associate files

If you use specific .env file naming convention (e.g. .env.jenkins) you can add dotenv support by setting the files.associations setting key as following :

"files.associations": {
    ".env.jenkins": "dotenv"
 }

Now, files with name .env.jenkins will be handled as dotenv file.

Acknowledgements

  • Zayn Ali for DotENV
  • motdotla for the logo
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft