tkf / emacs-jedi

Python auto-completion for Emacs
http://tkf.github.io/emacs-jedi/latest/
666 stars 89 forks source link

popup and company? #307

Closed fxfactorial closed 5 years ago

fxfactorial commented 6 years ago

Does popup work with company-jedi ? I'm not getting popups based on latest version from elpa

articuluxe commented 6 years ago

auto-complete (which uses popup) and company are competing frameworks that don’t work together.

On Mar 28, 2018, at 5:04 AM, Edgar Aroutiounian notifications@github.com wrote:

Does popup work with company ? I'm not getting popups based on latest version from elpa

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

immerrr commented 5 years ago

This repo only contains a backend implementation for auto-complete and not company. You probably need to ask around at https://github.com/syohex/emacs-company-jedi. To avoid conflicts between the two frameworks, make sure you don't invoke jedi:ac-setup in your configuration.