Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-completion unusable while auto-import feature is enabled #388

Open
christoph-blessing opened this issue Jun 6, 2023 · 2 comments
Open

Comments

@christoph-blessing
Copy link

Hi, I am using this language server with neovim and nvim-cmp as the completion provider. I noticed that it takes roughly four seconds from stopping typing to the completion entries from the server showing up in nvim-cmp's menu while the auto-import feature is enabled. I also noticed that the auto-completion stops working in general while running in single file mode while auto-import is enabled. Also using the in memory database does not seem to make it any faster. Is there any way to speed this up? Am I even asking this question in the right place?

@egelja
Copy link

egelja commented Jul 7, 2023

I also noticed that the auto-completion stops working in general while running in single file mode while auto-import is enabled.

This may be related to #114, it made me turn off the autoimport entirely.

@weeman1337
Copy link

To demonstrate how bad things are, here are two recordings:

On Off
autoimport_on autoimport_off

(Random code in Matrix Synapse with Neovim and LspConfig)

Is there anything I can provide here to help with this issue? Such as logs or profiling information…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants