-
Notifications
You must be signed in to change notification settings - Fork 200
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
Cannot handle C++14 generalized lambda captures when using with ccls #201
Comments
I'm seeing this even in plain C lately. Might be specific to ccls? |
Can you try this with |
|
the last line fully expanded:
|
Thanks. This is a bug. |
BTW, the |
@MaskRay It's not very hard to support this in Eglot, I'll do it later this week if I find the time. The link you gave me is a long read, I don't have time for it yet. |
Should be fixed. Everybody test if possible and report back here if it works. |
I can confirm bug is fixed. |
I have reported issue #272 when using eglot with MS python language server. |
At least ccls uses this. * eglot.el (eglot-client-capabilities): Declare support for :labelOffsetSupport. (eglot--sig-info): Handle label offsets in ParameterInformation
At least ccls uses this. * eglot.el (eglot-client-capabilities): Declare support for :labelOffsetSupport. (eglot--sig-info): Handle label offsets in ParameterInformation
At least ccls uses this. * eglot.el (eglot-client-capabilities): Declare support for :labelOffsetSupport. (eglot--sig-info): Handle label offsets in ParameterInformation #201: joaotavora/eglot#201
At least ccls uses this. * eglot.el (eglot-client-capabilities): Declare support for :labelOffsetSupport. (eglot--sig-info): Handle label offsets in ParameterInformation GitHub-reference: fix joaotavora/eglot#201
example code:
when cursor is placed on the
s
instd::move(s)
, eglot shows error message in echo area:The text was updated successfully, but these errors were encountered: