Files
neovim/runtime/lua
Robert Muir 4bc30d6e10 fix(lsp): improve inlayHint.resolveSupport in client capabilities #40741
Problem
The current list of properties for inlay hint resolve support includes a
non-existent "location". This field should be "label.location" according
to the specification. Tooltips and commands for inlay hint "parts"
aren't advertised as being resolvable.

Solution
Remove "location" and add "label.location", "label.tooltip", and
"label.command".

Closes #40740
2026-07-15 06:49:45 -04:00
..
2026-07-13 19:44:15 +02:00
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00