How to add IronPython stubs to jedi?

284 Views Asked by At

How to add a path for python jedi autocompletion. I downloaded Atom and the autocomplete-python package where I had the option to add the path to mine IronPython stubs. This works perfectly. I'm currently using jedi in a script and want it to look at the same IronPython stubs path that Atom does but can't find any information on how to do this

Some more information as my question was not clear enough.

I want to use the jedi library as shown here at the jedi documentation. I want jedi to look at my module with python files that are filled with mock objects for more completion suggestions as right now jedi only looks at the modules inside my python path

0

There are 0 best solutions below