You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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".
The text was updated successfully, but these errors were encountered:
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 to expand it, it just expands as
prop
which isn't very useful. Its the same case for "propg" and "propi".By the looks of things it might be because its registered as a "Property" instead of a "Snippet".
The text was updated successfully, but these errors were encountered: