Can't get Vim Ale autocomplete to work for Python Curses #4800
Unanswered
Infinage
asked this question in
Q&A - Ask for help with problems
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for this amazing plugin! It has been working great so far. I was facing some issue yesterday when I tried to use Ale's autocompletion features for python curses module. I am not sure if has something to do with curses module in particular or the way I have configured ALE.
I am using mypy as the linter and jedils as the lsp. When I try to perform ALEHover or autocompletion actions on the stdscr object inside main, it doesn't seem to work. Similar autocompletions features are working fine with VSCode.
I can't ALEHover into
curses.window
even though ALE doesn't complain about not having such a class.How do I get ALE to work with the curses module? I do not have issues with other modules. If there is a different combination of linter / lsp you'd like me to test, please let me know. Thanks!
Operating System: Arch Linux
Virtual Env: Poetry
Vim Version: 9.1
Ale Version: a0ad5f9 (latest commit)
Beta Was this translation helpful? Give feedback.
All reactions