BredoGen / ProjectEnv

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

Tool window is missing on PyCharm 2022.2 #15

Closed Alireza2n closed 2 years ago

Alireza2n commented 2 years ago

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.

BredoGen commented 2 years ago

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

hurrycaner commented 2 years ago

Looking forward this too, this plugin is amazing!

BredoGen commented 2 years ago

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.