Skip to content

ProjectEnv plugin provides settings to configure project-wide .env (dotenv) files in Pycharm / Phpstorm / GoLand / etc.

Notifications You must be signed in to change notification settings

ustieber/ProjectEnv

 
 

Repository files navigation

ProjectEnv

Build Version Downloads

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

  • Terminal (tested on Linux, macOS)
  • Python Run Configurations
  • Python Console
  • Django Console

Also supported:

  • IDEA Java Run configurations
  • GoLand Run configurations
  • Terminal in IDEA-based products

Settings

Settings/Preferences > Build, Execution, Deployment > ProjectEnv Settings > Enable plugin > Select env files for the project

Credits

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

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "ProjectEnv" > Install Plugin

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


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.

About

ProjectEnv plugin provides settings to configure project-wide .env (dotenv) files in Pycharm / Phpstorm / GoLand / etc.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%