ntt icon indicating copy to clipboard operation
ntt copied to clipboard

Support for Inlay Hints

Open mliszcz opened this issue 2 years ago • 1 comments

This is a new feature added in LSP 3.17. https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_inlayHint

Inlay hints allow the editor to display virtual text containing some additional information, for example parameter names: image

TTCN3 supports named parameters but they are optional, and this feature could nicely complement them.

Is there a plan to implement this in ntt? I played around a bit and got a PoC implementation (just CallExpr/FuncDecl for now), I can send a PR if there is a chance it could be accepted.

mliszcz avatar Sep 18 '23 21:09 mliszcz

This seems to be a very useful feature indeed! I'd love to see your PR 😊

5nord avatar Sep 26 '23 14:09 5nord