pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
706 stars 87 forks source link

Fix #429: fix eldoc functionality when more than one signature #430

Closed dalanicolai closed 1 year ago

dalanicolai commented 1 year ago

As reported in #429, the eldoc functionality does not work when jedi returns more than 1 signature. This PR fixes it the issue by combining all signatures, optionally, on a single line (the fix is simple enough).