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

Snippet expansion in clangd headers #503

Open
IC0hO opened this issue Apr 21, 2024 · 1 comment
Open

Snippet expansion in clangd headers #503

IC0hO opened this issue Apr 21, 2024 · 1 comment

Comments

@IC0hO
Copy link

IC0hO commented Apr 21, 2024

I am using this LSP with vim-vsnip, and the LSP server is using clangd. I encountered a problem that is the same as the one described in vim-vsnip. The author pointed out that it may be a problem with LSP completion. Is that the case?

@arashrun
Copy link

arashrun commented May 5, 2024

I use ultisnips, and there has the same problem

I just change the include snippets in vim-snippets that work for me

// snippets befoer:
#include <iostream>

// snippets changed after:
#include <iostream

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

2 participants