Autocomplete for python. #4261
Replies: 3 comments 7 replies
-
You have jedils, pyls, and pyright language servers enabled. I would recommend you choose and use only one of them. I use jedils on my projects and auto-completion works fine. Note that I use the asyncomplete integration and do not use ALE's built in autocompletion: |
Beta Was this translation helpful? Give feedback.
-
Strange. I tried to isolate each LSP, none worked.
Nothing happened. The |
Beta Was this translation helpful? Give feedback.
-
FIXED For example, assume that I |
Beta Was this translation helpful? Give feedback.
-
I cannot make the autocomplete to work with Python, and I need some hint. :)
won’t do anything.
It looks like I did my homework, and I also connected ale to the omnifunc in my .vimrc.
set omnifunc=ale#completion#OmniFunc
I am using these linters now: 'pyright','jedils', 'flake8','pylsp','pycodestyle' but the autocomplete does not seem to work, not even with the classic numpy. :(
Beta Was this translation helpful? Give feedback.
All reactions