BredoGen / ProjectEnv

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tool window is missing on PyCharm 2022.2

Alireza2n opened this issue · comments

After PyCharm 2022.2 release tool window goes missing, also version on market is 0.0.5 but latest git version is 0.1.0.

Thank you for the great plugin.

Python extension points to patch env vars are broken after 2022.2 release... Only terminal extension works. Looking for new way to implement this.

Currently the plugin is incompatible with 2022.2+.

I strongly believe these features must be implemented in Pycharm out of box. Please also vote for the feature request: https://youtrack.jetbrains.com/issue/PY-5543/Run-Configuration-Allow-environment-variables-to-load-from-env-file

Looking forward this too, this plugin is amazing!

Thank you for contribution.

Yes, the extension point is broken in 2022.2 release.

There is some workaround implemented in EnvFile but I have no enough time to update this project.

Jetbrains promises to implement this feature in releases after 2022.3. Actually it's a must have feature in IDE and should be built-in. Hope we'll see this feature in 2023 release.

Currently I suggest to use EnvFile and direnv to use env vars in IDE Terminal.