Files
neovim/runtime/lua/vim
glepnir cc518cf9ba feat(lsp): support CompletionItem.labelDetails #38403
Problem: CompletionItem.labelDetails is ignored, losing
function signatures and module info in the completion menu.

Solution: Append labelDetails.detail to abbr and use
labelDetails.description for menu with fallback to item.detail.

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionItemLabelDetails
2026-03-21 19:07:26 -04:00
..
2026-03-20 23:30:09 +01:00
2026-03-11 18:24:57 +01:00
2025-06-06 15:36:48 +01:00
2026-01-09 10:07:15 +01:00
2026-03-11 18:00:18 +01:00
2026-01-27 09:18:02 -05:00
2026-03-11 18:00:18 +01:00
2025-09-16 11:41:36 +08:00
2026-03-20 23:30:09 +01:00