lsp

Daniel Gerson 2024-10-05T14:37:51.249319Z

Anyone experience completion issue like the following? TIA https://github.com/emacs-lsp/lsp-mode/issues/4526

ericdallo 2024-10-06T16:31:31.977069Z

I can't repro that with lsp-mode + clojure-lsp, also this is a core feature that multiple people use daily, I doubt it's a common bug, most likely it's a config in your side

ericdallo 2024-10-06T16:32:23.750639Z

https://github.com/ericdallo/dotfiles/blob/master/.config/doom/config.el#L134 is the config I use but I doubt there is something there that affects this issue

Daniel Gerson 2024-10-06T23:07:01.928019Z

Thanks for the reply. You're probably right it's something in the config. I think it is affecting a few of us though. See the referenced Doomemacs issue at the bottom of the link. Always complicated if it isn't easy to reproduce. Is there something I can run when it isn't working that might give some insight into expectations under the hood?

ericdallo 2024-10-07T12:42:16.520289Z

I think the first step is confirm is not a server problem (clojure-lsp not returning the completion items), or a client side (lsp-mode not requesting completion because it's using other backends like cider), for that, try enable lsp-log-io and check lsp-workspace-show-log so see if there are completion responses from server when you complete

🙏 1