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
When using python-lsp-server in neovim, rope_autoimport results do not appear as completion results (in blink.cmp) while typing, instead requiring exiting and then re-entering insert mode after typing the text to be completed for the auto-import result to appear. Other language servers (such as pyright) do not have this limitation making me think this is a bug in python-lsp-server's handling of the language server protocol.
When using python-lsp-server in neovim, rope_autoimport results do not appear as completion results (in blink.cmp) while typing, instead requiring exiting and then re-entering insert mode after typing the text to be completed for the auto-import result to appear. Other language servers (such as pyright) do not have this limitation making me think this is a bug in python-lsp-server's handling of the language server protocol.
Video demonstration:
https://github.com/user-attachments/assets/ec3389de-d906-4246-a1e0-825b3e66419e
LspConfig configuration:
Lsp log:
The text was updated successfully, but these errors were encountered: