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

Firstly, thank you for developing this useful plugin! I'm using a script to generate an environment file for use with EnvFile, so that I can dynamically change environment variables based...

I'd like to have the same functionality for Docker run configurations where we use ENV file for docker as if it was using docker run **--envfile** param

question

Defined variable in file `DATASOURCE_CONF=-Dspring.datasource.url=jdbc:mysql://localhost:3306/TEST_DATABASE -Dspring.datasource.username=test -Dspring.datasource.password=test -Dhibernate.dialect=org.hibernate.dialect.MySQLDialect` added file in configuration ![image](https://user-images.githubusercontent.com/11644608/59099773-c3a8a600-8941-11e9-8d9f-4454d3be8aba.png) This variable is not getting resolved in VM Options ![image](https://user-images.githubusercontent.com/11644608/59099640-4d0ba880-8941-11e9-9174-c06881a24e46.png)

Edit files in idea.

help wanted
feature-request

Great plugin, but I don't see the tab for an Elixir mix task. Would be great to add that! Thanks.

Hello, Do you plan on including support for PHPStorm? It would be nice. Thanks!

enhancement

Thanks for this awesome project, it solved a lot of issues with env management for me :). I believe it would be awesome to add a feature (may be disabled...

question

A lot of projects that have `.env` files use `.env.example` as the example file, rather than provide an actual `.env`. It would be cool if this plugin supported reading `.env.example`...

question

[envdir](https://github.com/jezdez/envdir) is another format for storing environment variables. the format looks like: ``` $ tree envs envs ├── local │   ├── DATADOG_API_KEY │   ├── PYTHONPATH │   └── STAGE └── prod...

enhancement