Install vim-python-jedi by entering the following commands in the terminal:
sudo apt update sudo apt install vim-python-jedi
Description:
autocompletion tool for Python - VIM addon files
Jedi is an autocompletion tool for Python. It works. With and without syntax errors. Sometimes it sucks, but that's normal in dynamic languages. But it sucks less than other tools. It understands almost all of the basic Python syntax elements including many builtins. . `vim-addons install python-jedi` will create all needed symlinks in ~/.vim/
Homepage: https://github.com/davidhalter/jedi
Version: 0.11.1-1
Section: universe/python