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

So I create test file, `test_stuff.py` and define the following test: ``` import os def test_read_env(): endpoint_token = os.environ.get('MY_ENV_VAR') assert endpoint_token ``` I create a `.env` file with the following:...

question-to-reporter

See pull request #77 Added a new "env provider type" to set a single environment variable by a selected option. Sample implementation: "IP". ![EnvFilejpg](https://user-images.githubusercontent.com/39273907/64026789-c03b4a00-cb3f-11e9-874b-b1aa75403be4.jpg)

Support for Intellij Maven run configuration would be lovely! :)

help wanted
platform-support
feature-request

To quote StringSubstitutor javadoc: In some complex scenarios you might even want to perform substitution in the names of variables, for instance ${jre-${java.specification.version}} StringSubstitutor supports this recursive substitution in variable...

question-to-reporter

it would be really good to enable this plugin in the Jetbrains Rider IDE aswell.

help wanted
platform-support

Using the plugin is great to ensure manageable environment variables between several configurations. In intellij we can generate on the fly some test configurations but some have to use environment...

feature-request

[Shadowenv](https://shopify.github.io/shadowenv/) does project-local environment variable shadowing. It can set variables when you enter a project on the terminal, and restore them when you leave. It is flexible and supports appending,...

question-to-reporter

Useful plugin. Can you please implement some syntax to load multiline variables from .env file?

help wanted
feature-request

Since the Rust plugin is now officially supported by JetBrains for IntelliJ and CLion, it would be super-nice to have EnvFile support for the Cargo commands added by this plugin.