mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-26 21:29:58 +03:00
Add a new request to get inlay hints (#764)
Co-authored-by: ryuukk <ryuukk.dev@gmail.com>
This commit is contained in:
parent
6d635923f7
commit
b79982d509
9 changed files with 179 additions and 2 deletions
13
README.md
13
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue