Questions tagged [emacs-jedi]

Python auto-completion for Emacs

From its GitHub page:

Jedi.el is a Python auto-completion package for Emacs. It aims at helping your Python coding in a non-destructive way. It also helps you to find information about Python objects, such as docstring, function arguments and code location.

Links

See also

18 questions
1
vote
1 answer

completion shows function name and creates documentation in tooltip but documentation not found for scipy

When I complete sp.integrate.quad I see a tooltip with the function documentation, but as soon as I accept the completion, the tooltip goes away. I'd prefer to see the the main part of the doc string underneath the function the entire time I'm…
wdkrnls
  • 4,548
  • 7
  • 36
  • 64
0
votes
0 answers

Partial Jedi autocompletion

In developing a Tryton module, I' d like to have autocompletion in Emacs The Tryton I' m using is installed in a Python 3.6 virtualenv with pip I am trying Jedi, but it only offers autocompletions for identifiers defined in my own source file. It…
user1632812
  • 431
  • 3
  • 16
0
votes
1 answer

Emacs: how to stop jedi?

I regularly use jedi.el, it works great. But I don't know how to stop it ! I manually call it with jedi:setup (which turns jedi-mode on) and try to stop it with jedi-mode but it has no effect. It is unconvenient and it gets in the way with…
Ehvince
  • 17,274
  • 7
  • 58
  • 79
1
2