-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
completion is very slow when enabling call snippets #543
Comments
This comment has been minimized.
This comment has been minimized.
ugh, my problem doesn't seem related with callSnippet in special, just that the language server becomes horribly slow on a 1.5k LoC file (my monolithic |
Okay, having fixed my former problem which was unrelated, I can now confirm this issue on my side as well, it happens for either |
Confirmed solved (it's working really nice with coc.nvim). Can be a new default for lua-dev.nvim :) |
I suggest |
@sumneko that's awesome, thank you!! |
Describe the bug
I generated an EmmyLua Annotations library for the neovim lua API.
When I enable call snippets
Lua.completion.callSnippet = "Both"
, completions become very slow (about 15 seconds to completevim.api.
on my laptop. (fyi, it returns about 300 functions)When disabling the setting, the completion returns instantly.
Environment (please complete the following information):
If there's any additional information I can give you, let me know!
The text was updated successfully, but these errors were encountered: