Fork me on GitHub
#lsp
<
2023-03-19
>
practicalli-johnny11:03:34

Very bizarre issue with snippet:. I no longer see LSP snippets whose name begins with c in the auto-complete popup and can't expand them. E.g comment-heading This includes the built in snippets and additional-snippets This happens when using the current and previous versions of Cljure-lsp (tested on Doom & Spacemacs) The LSP snippets are showing up in the LSP server info If I rename a snippets to some that doesn't begin with c and restart the LSP server it sees the new snippet and expands

ericdallo15:03:47

I think I saw this behavior in a lsp-dart issue as well, seems like a lsp-mode yasnippets weird issue, but can't think why that happens

ericdallo15:03:53

I couldn't repro though