sublime-text-conda icon indicating copy to clipboard operation
sublime-text-conda copied to clipboard

Jedi integration

Open CarlAndersson opened this issue 5 years ago • 2 comments

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?

CarlAndersson avatar Jan 24 '20 13:01 CarlAndersson

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

mandeep avatar Jan 25 '20 01:01 mandeep

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.

CarlAndersson avatar Jan 27 '20 09:01 CarlAndersson