ocaml-lsp icon indicating copy to clipboard operation
ocaml-lsp copied to clipboard

Feature Request: Support configurable inlay hints similar to rust-analyzer

Open RohanAdwankar opened this issue 9 months ago • 0 comments
trafficstars

Currently, users need to use the general VS Code setting editor.inlayHints.enabled to control inlay hints. While this works, having language-specific controls similar to what rust-analyzer provides would be helpful. For example, for rust there is:

    "rust-analyzer.inlayHints.typeHints.enable": false,
    "rust-analyzer.inlayHints.parameterHints.enable": false,
    "rust-analyzer.inlayHints.chainingHints.enable": false,
    "rust-analyzer.inlayHints.closingBraceHints.enable": false,

RohanAdwankar avatar Jan 30 '25 20:01 RohanAdwankar