csharp-language-server
csharp-language-server copied to clipboard
Snippets are not expandable using nvim-cmp
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
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".