Add a new request to get inlay hints (#764)

Co-authored-by: ryuukk <ryuukk.dev@gmail.com>
This commit is contained in:
Jan Jurzitza 2023-12-04 10:38:58 +01:00 committed by GitHub
parent 6d635923f7
commit b79982d509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 179 additions and 2 deletions

View file

@ -314,6 +314,19 @@ Otherwise the client outputs _00000_ so that the length of the answer is guarant
45
133
## Inlay Hints
Build a list of extra annoations for your IDE to display.
You must submit the content of the current file displayed in your editor.
dcd-client --inlayHints
This is a W.I.P., currently it only provide annoatations about aliases for your variables,
more is planned.
#### Example output
l ->MyAlias->MyType 42
# Server