Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
BredoGen committed May 30, 2022
1 parent c8ef366 commit edd4f39
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,22 @@


<!-- Plugin description -->
ProjectEnv plugin provides settings to configure project-wide .env (dotenv) files.
ProjectEnv plugin provides settings to configure project-wide .env (dotenv)/json/yaml files.
Environment variables will be applied to:
* Terminal in all IDEA-based products (tested on Linux, macOS)

Run Configuration support:
* Python Run Configurations, Python / Django Console
* Java Run Configurations (IDEA)
* Go Run Configurations (GoLand)

## Settings
<kbd>Env Files</kbd> tool window > <kbd>Add your .env/json/yaml files</kbd>

You can also enable/disable plugin in Terminal / Run configurations: <kbd>Env Files</kbd> tool window > <kbd>⚙️</kbd> > Enable in Terminal / Enable in Run Configurations
You can also toggle plugin features: <kbd>Env Files</kbd> tool window > <kbd>⚙️</kbd>:
* Enable in Terminal (requires terminal restart)
* Enable in Run Configurations
* Also Enable in Test Run Configurations (special thanks to [lirikooda](https://github.com/lirikooda))

## Credits
Source code mostly based on [FileEnv](https://github.com/ashald/EnvFile) plugin by Borys Pierov. Special thanks for his great work.
Expand Down

0 comments on commit edd4f39

Please sign in to comment.