Python autocompletion for Emacs and Vim (modified)

preview_player
Показать описание
This movie was edited with "OpenShot" and "Blender".

I introduce python autocompletion for Emacs and Vim in which there are some complicated configurations.

You need to install "python3-jedi" and "vim-python-jedi" package from APT repository at the beginning if you are Debian or Ubuntu user. Jedi-vim is also available in GitHub. Jedi is available in GitHub and Python Package Index (PyPI)....

Additional information.

Updated information. Please see the links below.

Please modify the configuration for "auto-complete" like this:
(ac-config-default)

Please run commands below before executing "M-x jedi:install-server":

on Ubuntu 18.10:
sudo apt install python3-pip
sudo pip3 install virtualenv
Рекомендации по теме
Комментарии
Автор

Thanks for the clear video. I followed your tutorial, and I can't get the same interface of autocompletion. I don't get such a nice window right at point of cursor, but instead below, in the state bar. How is this? Thanks in advance.

emmanuelgoldstein
Автор

Does it need to be python3-jedi? If I am using python 2.7 isn't enough python-jedi?

michal
welcome to shbcf.ru