help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Available emacs python IDE plugin which supporting dynamic/runtime a


From: Joost Kremers
Subject: Re: Available emacs python IDE plugin which supporting dynamic/runtime auto-completion for type/variable/function names.
Date: Sun, 01 Nov 2020 15:52:39 +0100
User-agent: mu4e 1.5.5; emacs 27.1.50

On Sat, Oct 31 2020, Hongyi Zhao wrote:
> Are there any  existent emacs python IDE plugins which supporting
> dynamic/runtime auto-completion for type/variable/function names, just
> as the behavior showed by ipython/jupyter?

For Python development, you basically have, AFAIK, two options: use elpy
<https://github.com/jorgenschaefer/elpy>, or use an LSP server. Of course, if
you go with LSP, you'll need to choose an LSP server (there are several options
for Python), and you'll need to choose an LSP client for Emacs, of which there
are two (lsp-mode and eglot).

HTH

-- 
Joost Kremers
Life has its moments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]