Replies: 1 comment
-
Anyone that ran into the same issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I wanted to ask if there is a way to fully complete a function signature definition, after it's declaration. I am declaring a class in C++, in a header, and then I am trying to define it in my .cpp file. When I start defining the function of that class, it suggests me the correct signature declaration, but when I accept it, it completes the name, adds the necessary paranthesis, but doesn't complete the function parameters.
For example:
Is there something that I am missing in my config, or in clangd?
I am using LazyVim.
Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions