updated my coc.nvim to the latest version and now I don't have any suggestions coming from clojure-lsp, anyone else encountered this?
Before:
After:
http/request is used elsewhere in the file, so it's just a local token match
I'm not sure if this is the same issue you're having, but I noticed recently that COC doesn't start automatically anymore. I have to manually run :CocStart now to get the LSP features
It's definitely acting up now. I have seen the suggestions work a couple times, but most of the time they don't.
Maybe I'll try a git bisect to figure out when this happened
one odd thing is that the other LSP features (e.g. renaming a variable, the code action menu) are there, just not the suggestions.
I occasionally run into that, seems spotty and inconsistent.
I’ve not figured out what causes it.
I'd guess it's client caching completions, I doubt it's a server issue but in case you want to confirm, you can check <https://clojure-lsp.io/troubleshooting/#client-server-log%7Cclient<->server> logs
Narrowed it down to this commit on the release branch: https://github.com/neoclide/coc.nvim/commit/ac3aff85a034ab65b24aacead86612760ee50064 Which points to two commits on master: https://github.com/neoclide/coc.nvim/commit/404123da3e7ec2b3db774fc8ae499ad8492b3728 https://github.com/neoclide/coc.nvim/commit/33c075c07423f083d55f3a07d147d52b9ece20e4
I was running neovim 0.8.3, so I tried 0.5 and 0.7.2, same behavior
I did stumble across this nuance: When I type (http/ I get just the http/request suggestion, but if I backspace over the / and type it again, I get the LSP suggestions.
hm, so it seems like a coc.nvim issue right? I don't know about nvim client side, maybe asking for help in #vim?
just saw this is already #vim 😂
any thoughts @nbtheduke?
hmmmm! i can take a look! nicely bisected and now that i've read how you said it happens i've noticed that too. it's not been consistently that way for me but it definitely happens that coc.nvim gets confused
Just tried again with the latest on the release branch and this behavior persists for me 🙁