csharp-language-server icon indicating copy to clipboard operation
csharp-language-server copied to clipboard

Snippets are not expandable using nvim-cmp

Open Skyppex opened this issue 1 year ago • 0 comments

Relevant Info

I'm using Neovim with nvim-cmp and csharp-ls. I have hooked up the capabilities in a way where i expect it to work. I mean i get great autocompletion from csharp-ls so i think its working fine :D

The Issue

image In the above image i started writing "prop" like you would in other editors. The top most suggestion ("prop") i believe is from csharp-ls (the one beneath is from friendly-snippets). When hitting <Tab> to expand it, it just expands as prop which isn't very useful. Its the same case for "propg" and "propi".

Please ignore copilot failing at completion too 😂

By the looks of things it might be because its registered as a "Property" instead of a "Snippet".

Skyppex avatar Jun 12 '24 13:06 Skyppex