Geany ide -- enable jedi plugin

jedi is a code completion module for python. In tumbleweed it is installed as a python313 package. See below. It is referenced as a geany plugin. But it does not show up in geany plugin manager as a plugin to add.

tom@mydesktop: ~ $ sudo zypper search python313-jedi
Refreshing service 'NVIDIA'.
Refreshing service 'openSUSE'.
Loading repository data...
Reading installed packages...

S  | Name           | Type    | Version    | Arch   | Repository
---+----------------+---------+------------+--------+-----------
i  | python313-jedi | package | 0.20.0-1.2 | noarch | repo-oss
tom@mydesktop: ~ $ 

It does seem to work in a python terminal.
There must be some way to have geany plugin manager find python313-jedi.
Anyone using jedi in geany successfully?

thanks, tom kosvic

I do not see Jedi on https://plugins.geany.org/ so what do you make think this python package is a Geany plug in?

This is one ref I have been looking at.

https://github.com/notetau/geany-jedi-complete

That has not been maintained in ~10 years. What would you expect?

Didn’t notice. Perhaps geany-jedi is not a thing

I think (with no real proof) that jedi must have been incorporated into geany and that is the code completion that is in there now in the current geany version. . I was looking at jedi as a source of more elaborate code completion, ala, pycharm or spyder.

I think solved.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.