Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 16 Apr 05:23
0e5c370
Fix redundant inlay hints on property bindings (1.3.1) (#6)

* fix(inlay-hints): only show parameter hints on function call arguments

Inlay hints previously echoed the property name on every ui_binding,
which was redundant since the name is already visible in the source.
Now hints are only emitted for call-expression arguments whose callee
is in the known signature registry (Qt.rect, console.log, etc.),
showing the parameter name being filled in.

* docs: cut 1.3.1 with inlay hints fix