-
Notifications
You must be signed in to change notification settings - Fork 13
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
Doesn't work with PyCharm 2021.2 Pro #90
Comments
If you're talking about Run configuration, Env tab is a feature of the "EnvFile" plugin - https://plugins.jetbrains.com/plugin/7861-envfile |
I mean file support - https://plugins.jetbrains.com/plugin/9525--env-files-support |
What exactly "doesn't work"?
|
Actually everything. Even if IDE settings are configured to treat .env-files as Env Files they're still being treated as text files. |
What is the plugin version? |
Thank you. I'll check. Sorry for the tab question. I get tons of "issues" with this another plugin... |
I installed PyCharm and checked - everything works. If you don't see the syntax highlighting for .env files: please check Settings > Editor > File Types. |
I get this error at startup:
|
On mine it said the installed plugin version was only compatible with PyCharm build 203 or older, but didn't give me an upgrade option. After disabling the plugin and trying to uninstall it, I could then see the upgrade option and the plugin is working now. |
@coordt this is another plugin - ashald/EnvFile#151 |
D'oh! 😊 Sorry about that. |
Thank you! The problem has been fixed after adding .env to the .env file group (initially it was in Text group) |
had same problem with '.env' file which was being treated by default as a 'Text file' - adding to '.env file' group it solved the issue, thanks |
Hi!
Unfortunately your plugin is unsupported by IntelliJ for new version of PyCharm (PyCharm 2021.2 (Professional Edition) Build #PY-212.4746.96, built on July 27, 2021).
Is there any hope for making it work back?
The text was updated successfully, but these errors were encountered: