We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
auto
The extension in the proctol has been implemented by several other language servers like clangd, rust-analyzer and omnisharp.
clangd
rust-analyzer
omnisharp
According to the clangd documentation, the protocol might become standardized, and clangd and rust use the same format.
rust
The text was updated successfully, but these errors were encountered:
the inlay hints have already been standardized in the protocol for a while
Sorry, something went wrong.
No branches or pull requests
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.htmlThe extension in the proctol has been implemented by several other language servers like
clangd
,rust-analyzer
andomnisharp
.According to the clangd documentation, the protocol might become standardized, and
clangd
andrust
use the same format.The text was updated successfully, but these errors were encountered: