-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues when using with IntelliJ 2023.1 #217
Comments
Confirm. After the update to 2023.1, the values of variables in the file are ignored. |
In IntelliJ IDEA 2022.3.3 cannot find any place for configure plugin. |
Confirmed. Plugin version 3.4.1, IntelliJ IDEA Build #IU-223.8617.56, built on January 26, 2023 |
yeap....on intellij idea ultimate 23.1 the env file plugin is not loading the variables. |
@ashald Could you please confirm looking into this? It's a critical bug in my opinion. |
I'm not looking into this currently as I'm on vacation. Would welcome contributions though. |
Fine with me. Enjoy your trip! So if anyone else got the time to, I'd be very happy 👍 |
Two weeks later, what's the status? Still on vacation, @ashald? |
I would really appreciate a fix as this is the only plugin of its kind. I do not know how to write plugins for IntelliJ and it would take me a tremendous amount of time to get my head into it. Time that I do not have. I'd be really grateful if someone could fix this problem! It's a real shame that the plugin is currently not working at all. |
@HWiese1980 i'm using latest version of IntelliJ IDEA 2023.1.1 (Ultimate Edition) Build #IU-231.8770.65, built on April 27, 2023, and working fine for me |
Can confirm as well, works with |
I can also confirm that the issue is only with the previous version. After upgrading to 2023.1.1 it seems to work as expected. |
I'll have to check. |
Intellij Version 2023.1.1, Build #IC-231.8770.65 also works for me on trivial examples. |
It works for me on any configuration I created in an older version, but it is still broken on PyCharm 2023.1.1 (Professional Edition) Something tells me this is on JetBrains' side. |
The only way I could get IntelliJ 2023.1.2 (Ultimate) to recognize environment variables in my |
I can confirm this works on PyCharm 2023.1.2 Professional for Linux (Zorin16) but the same PyCharm version is broken on a MacOS V13.4 M1 Apple Silicon. I'm using EnvFile 3.4.1 on both systems. |
Confirm IntelliJ IDEA 2023.2.1 (Ultimate Edition) EnvFile 3.4.1 plugin fails to work with error message in popup. |
In PyCharm 2023.2.3 I noticed that is was not working on an older project, but it did work on newer projects. To get it working on the older project, I had to close it, delete the .idea folder and create a new project. Before doing this, I tried removing and reinstalling the Plugin and restarting PyCharm. Nothing would get it work and I double and triple checked the configuration, disabled and enabled the plugin and created many new run configurations. Very frustrating, but I'm glad I found a workaround because this plugin is essential. |
When updated to the latest version (2023.1) I have an issue with the plugin.
It seems to be not working properly (I get an error on missing env variables), however I also can't see any error anywhere. Anyone else experiencing this?
The text was updated successfully, but these errors were encountered: