EnvFile icon indicating copy to clipboard operation
EnvFile copied to clipboard

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.

Results 110 EnvFile issues
Sort by recently updated
recently updated
newest added

can we have plugin extended to work with SBT Task ?

platform-support

I have Pycharm Professional 2021.2.3 but I added a .env file and I do not see any defined var in the environment

Hi, I'm using PyCharm Professional 2021.2.1 on Ubuntu 20.04. When I use the EnvFile pluging I get a little red exclamation mark in the lower right of the PyCharm window....

GoLand 2021.2.3 Build #GO-212.5284.40, built on September 14, 2021 EnvFile 3.2.2 ![Screenshot from 2021-09-21 15-40-47-crop](https://user-images.githubusercontent.com/2007393/134185004-9b921f96-9323-4e6f-abc4-83bb187a95db.png)

I've run into a bug using EnvFile in IntelliJ Ultimate Edition (full version/specs below). The file definitely exists on my system, and I've checked with colleagues that the rest of...

My .env file has macros like `FOO=$(command)` but these don't get executed so the env var will become `FOO="$(command)"` instead of the intended value.

blocked

If you reload all gradle projects no additional files are loaded. I try to configure one in the gradle template, but this doesn't work

blocked

The bash workaround documented in the README talks about reading in the file and (re)-exporting the variables (lines in the file) 1-by-1. There is an easier/cleaner/more-correct solution that still allows...

help wanted

Feature request: support using [JetBrains HTTP client environment files][http-env-file] as EnvFile sources. This would allow sharing the same env between the IDE's bundled HTTP client and run configurations. JetBrains HTTP...

help wanted