Replies: 2 comments 3 replies
-
Update: With some files it seems to work pretty well most of the time and with some files it seems to never work (or just one time as I said before). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Disclaimer: I have very little idea of how CoC works internally, and I only know very conceptually what a language server is.
Some time ago (couple of weeks?) I noticed completion wasn't always working. Sometimes it would just do nothing. Now it almost never work. All code hints, and popups while I write code showing function/class references work. But not code completion. Very seldom, usually the first time I ask for a completion pressing TAB after I opened nvim, it will work but then never again.
I checked the logs and see that when it works there is something like this in the logs:
But when it doesn't, it's stuck in startCompletion:
This happens with rust and dart/flutter. It seems to work as expected with json.
Any ideas of what could be going on or how to keep investigating?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions