ocamllabs / vscode-ocaml-platform

Visual Studio Code extension for OCaml
ISC License
342 stars 74 forks source link

Support for inlay hints #1491

Open thomasfinstad opened 5 months ago

thomasfinstad commented 5 months ago

It seems the LSP has added support for inlay hints, it would be great if the extension also would add support.

anmonteiro commented 1 month ago

These should be supported xref https://github.com/ocaml/ocaml-lsp/pull/1159

voodoos commented 1 month ago

🤔 it indeed looks like inlay-hints are not working anymore, but they should be. They should be controlled by the editor-wide settings Editor › Inlay Hints: Enabled.