spacemacs

Drew Verlee 2021-11-18T00:08:55.065300Z

here are my LSP completion group vars. First thing i noticed was that my lsp-completion provider value is t as where the docs here suggest the default is capf

Drew Verlee 2021-11-18T00:10:00.066Z

i'm guessing thats relevent 🙂

Drew Verlee 2021-11-18T00:23:54.066400Z

apprently auto complete works in some namespaces, for some required namespaces.

practicalli-johnny 2021-11-18T01:00:24.075100Z

I do experience some intermittent issues with LSP and completion, although I only really notice it for snippets. I'll try find some time to create a code repo with reproducible issues and raise it as a bug on the Spacemacs GitHub repo. It would be useful to try reproduce issues with just LSP running and then LSP and a repl process running to see if there are differences

👍 2
Drew Verlee 2021-11-18T03:52:30.076500Z

completion works on a smaller project for me.

Drew Verlee 2021-11-18T23:26:45.078900Z

completion is just as random and spotty on doom.

Drew Verlee 2021-11-18T23:28:06.080300Z

I tried like 5 namespacs and sometimes things compelted, sometimes they didnt. Sometimes if i change the alias they would work. Sometimes if i used the fully qualified ns it worked.