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

Incompatible: requires IDE build 221.* or earlier (2022.2) #16

Closed autoferrit closed 2 years ago

autoferrit commented 2 years ago

This seems to be incompatible with the new 2022.2 version of the pycharm editor.

image image image
sjawaji commented 2 years ago

I am also holding my Goland update. Any timeline to make it compatible?

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.