You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I for example type typ followed by ctrl-x ctrl-o I get a completion menu:
Choosing types from the menu does complete the word, but I don't get an import for types. I couldn't find anything in the logs. Is there anything I am missing? Code actions are not available either, but that's another story.
The text was updated successfully, but these errors were encountered:
I think I have autocomplete set up in Neovim so it should work:
and rope is installed alongside python-lsp-server:
If I for example type
typ
followed by ctrl-x ctrl-o I get a completion menu:Choosing
types
from the menu does complete the word, but I don't get an import for types. I couldn't find anything in the logs. Is there anything I am missing? Code actions are not available either, but that's another story.The text was updated successfully, but these errors were encountered: