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

Add support for inline parameter hints #932

Open
wtao137 opened this issue Mar 28, 2023 · 0 comments
Open

Add support for inline parameter hints #932

wtao137 opened this issue Mar 28, 2023 · 0 comments

Comments

@wtao137
Copy link

wtao137 commented Mar 28, 2023

Some IDEs have a feature called "inline parameter hints", where the client renders annotations showing parameter names inline in function calls.

Screenshot to illustrate:

image

This is now corresponding feature called Inlay Hints in the lnaguage server protocal microsoft/language-server-protocol#956 .

And clangd has implemented this for c/c++. As a result, I'm wondering if it's possible to implement it in ccls, since having it will be quite useful.

The original issue for clangd: clangd/clangd#313

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