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

Support InlayHints extension #330

Open
stonemaster opened this issue Jul 18, 2023 · 1 comment
Open

Support InlayHints extension #330

stonemaster opened this issue Jul 18, 2023 · 1 comment

Comments

@stonemaster
Copy link

A lot of LSP implementations support so-called inlay hints, visual hints giving extra information on auto declared types or function parameters: https://bartwullems.blogspot.com/2021/12/visual-studio-2022inline-hints.html

The extension in the proctol has been implemented by several other language servers like clangd, rust-analyzer and omnisharp.

According to the clangd documentation, the protocol might become standardized, and clangd and rust use the same format.

@WebFreak001
Copy link
Member

the inlay hints have already been standardized in the protocol for a while

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

No branches or pull requests

2 participants