IronGeek / vscode-env

.ENV formatter for Visual Studio Code
MIT License
25 stars 1 forks source link

ENV

GitHub build GitHub release (latest by date) GitHub package.json version Visual Studio Marketplace Version GitHub

Adds formatting and syntax highlighting support for env files (.env) to Visual Studio Code

Features

Custom env file extension

The extension support env files with the following name:

To enable support for other env files with specific naming convention/ file extension, use the files.associations settings in Visual Studio Code.

For example, the following settings will enable support for *.env.development and *.env.production files:

  "files.associations": {
    "*.env.development": "env",
    "*.env.production": "env"
  }

Known Issues

Acknowledgements

License

This project is licensed under the terms of the MIT license.