ProjectEnv icon indicating copy to clipboard operation
ProjectEnv copied to clipboard

ProjectEnv plugin provides settings to configure project-wide .env (dotenv), json/yaml files in PyCharm / IDEA / GoLand / etc.

Results 6 ProjectEnv issues
Sort by recently updated
recently updated
newest added

Hi ! I was wondering if it was possible to add a file to Env File pannel by right clicking on it, like the 'Add to gitignore file'. Thanks you...

Hi, I just downloaded the new version with the pannel next to the 'Project' one ! It's faster to use thanks you ! I am wondering if it was possible...

Currently using Webstorm and the plugin works like a charm exporting env variables to the terminal. I would like to know if it is possible to expose env variables in...

When I run manage.py tasks on Pycharm, the env variable from ProjectEnv are not used, but they work for example in Pycharm terminal.

Can you add variable substitution support to this plugin, like it's done in the plugin you based this one on? Ref: https://github.com/ashald/EnvFile#variable-expansion There it can be enabled in plugin settings.

I have been trying to figure out complex python project configuration for a while and this is a perfect solution for my use. I prefer your approach over FileEnv because:...