BredoGen / ProjectEnv

ProjectEnv plugin provides settings to configure project-wide .env (dotenv), json/yaml files in PyCharm / IDEA / GoLand / etc.
16 stars 8 forks source link

ProjectEnv

THIS PLUGIN IS NOT MAINTAINED ANYMORE. I BELEIVE THE ENV FILE SUPPORT MUST BE IN THE IDEA CORE.

PLEASE VOTE FOR THE TICKET: https://youtrack.jetbrains.com/issue/PY-5543

Build Version Downloads

ProjectEnv plugin provides settings to configure project-wide .env (dotenv)/json/yaml files. Environment variables will be applied to:

Run Configuration support:

GitHub

Settings

Env Files tool window > Add your .env/json/yaml files

For JSON/Yaml files only String:String maps are currently supported.

You can also toggle plugin features: Env Files tool window > ⚙️:

Credits

Source code mostly based on FileEnv plugin by Borys Pierov. Special thanks for his great work.

Installation


WARNING: I'm not a Java/Kotlin developer. The plugin purpose is to solve my own inconvenience while working with 12factor apps in PyCharm.

Plugin based on the IntelliJ Platform Plugin Template.