mandeep / sublime-text-conda

Work with conda environments in Sublime Text 3
BSD 3-Clause "New" or "Revised" License
26 stars 10 forks source link

Jedi integration #17

Open CarlAndersson opened 4 years ago

CarlAndersson commented 4 years ago

Would it be possible to make the jedi plugin (https://packagecontrol.io/packages/Jedi%20-%20Python%20autocompletion) use the currently activated environment? Jedi can use of build system variables to set the path. Are you exposing the conda environment to other build systems?

mandeep commented 4 years ago

I don't believe I am exposing the build system. If you have a link, I'll gladly look into it.

CarlAndersson commented 4 years ago

If you have a look under the "Settings" header on https://packagecontrol.io/packages/Jedi%20-%20Python%20autocompletion, you can see how Jedi is normally configured. In the example they use $project_path as part of the project-level configuration. It would be super if there was a way to use e.g. $conda_env to configure other packages.