ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
545 stars 129 forks source link

PyCharm EnvFile plugin does not support the Python Console #121

Open jcorrea-splunk opened 4 years ago

jcorrea-splunk commented 4 years ago

Run configurations seem to be the only option for using the EnvFile plugin. PyCharm also has a Python Console that includes the application context and virtual environment. It would be nice to have the EnvFile plugin available for this tool as well.

banagale commented 4 years ago

Would also appreciate this being added.

richardbrockie commented 3 years ago

Agreeing with @jdcorreajr and @banagale:

When working with Django there are 3 console-type locations where environment variables can be set - adding EnvFile capability to these locations would be great:

  1. Build, Execution, Deployment > Console > Python Console
  2. Build, Execution, Deployment > Console > Django Console
  3. Languages & Frameworks > Django > Manage.py tasks
novaws commented 2 years ago

any updates on this issuse?

luederm commented 1 year ago

Came here to suggest this

mesajidiqbal commented 1 year ago

Could you integrate support for both:

In the past, we utilized the ProjectEnv plugin which provided this functionality out-of-the-box. However, it appears that this plugin is no longer being maintained. Your assistance in enabling this feature would be greatly appreciated.