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
This is an interesting feature of rust-analyzer that allows you to perform go to definition on parts of an inlay hint:
Each separate part allows go to definition, e.g. Iter and GenericDeclarationParameter are 2 separate go-to-definition possibilities.
Iter
GenericDeclarationParameter
It seems this is possible by InlayHintLabelPart in the spec: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#inlayHintLabelPart
InlayHintLabelPart
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is an interesting feature of rust-analyzer that allows you to perform go to definition on parts of an inlay hint:
Each separate part allows go to definition, e.g.
Iter
andGenericDeclarationParameter
are 2 separate go-to-definition possibilities.It seems this is possible by
InlayHintLabelPart
in the spec: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#inlayHintLabelPartThe text was updated successfully, but these errors were encountered: