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

Would be great if it were possible to attach envfile to terminal. Can't find a way to do it now. ![image](https://user-images.githubusercontent.com/6426720/214085431-67cba55b-0ab8-46bb-a739-3e4e6eb6a3fb.png) GoLand 2022.3.1 Build #GO-223.8214.59, built on December 21, 2022...

I have a Spring Boot application running with configurations set in `application.properties` pointing to env vars in a `.env` file. However, when running the project, it does not recognize the...

If I rename an EnvFile that's been added to a Run Configuration, then the exception below is thrown. It's not a show-stopper because I simply remove the old filename (-)...

I tried with both "Gem" command and "Rails" and the env vars from the files won't load. Tried to check "Experimental integration" but it didn't help. Versions: RubyMine 2022.3.1 Plugin...

Hi! Is there any possibility to specify `.env` files relative to the working directory set in IntelliJ run configuration? Currently paths are either absolute or relative to the project root...

version: GoLand 2022.2 EnvFile 3.4.1 example: 1. Add a SSH Server 2. Choice run on ssh target 3. Add a .env file in EnvFile issue: it can not working when...

Something that's bitten me when I first tried to use this plugin: regardless of the project set on the run configuration, path resolution goes straight to the topmost project. Steps...

I'm currently using the 1Password plugin, which enables a `$1Password` macro for expanding secrets stored in a 1Password password manager. It would be great if your plugin could utilize _any_...

I can see the 'Enable EnvFile' checkbox when creating a Gradle run/debug configuration but the variables do not get applied. Gradle is the run configuration used for running unit and...

when i use jetbrains gateway to start goland Ide in remote server ( which is started by docker images ), every time I start new remote server i have configure...