Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snippets are not expandable using nvim-cmp #166

Open
Skyppex opened this issue Jun 12, 2024 · 0 comments
Open

Snippets are not expandable using nvim-cmp #166

Skyppex opened this issue Jun 12, 2024 · 0 comments

Comments

@Skyppex
Copy link

Skyppex commented Jun 12, 2024

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 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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant