Support for inlay hints in extensions #24401
Closed
uargos
started this conversation in
Language Support
Replies: 1 comment
-
I did not notice on the blame, but I was on the edge of the lean lsp development there. Inlay hints are now available on nightly, and everything is plugging correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to integrate the
Lean
language in zed with an extension. It is the first time I tinker with LSP, so I may be missing some context here.AFAICT, the lean language server support inlay hints (see https://github.com/leanprover/lean4/blob/45d39422bc57fada6bf281cf2119fdd99de14343/src/Lean/Server/Watchdog.lean#L1099-L1101). Unfortunately, it seems that the capability is not detected by zed:
I tried to look into other extensions, to see if anything special was done regarding inlay hints, but I could not find anything.
Is there anything I should do the inlay hints to be supported ?
Beta Was this translation helpful? Give feedback.
All reactions