Files
neovim/test/functional
Marcus Caisey 2eb14c54bc fix(lsp): highlight snippet preview when server can't completionItem/resolve (#38534)
Problem:
The snippet preview is not being highlighted by treesitter for
completion items from servers which don't support
`completionItem/resolve` (like gopls). This was broken by #38428.

Solution:
Call `update_popup_window` after updating the completion item with the
snippet preview.

I've added assertions to the `selecting an item triggers
completionItem/resolve + (snippet) preview` test case which covers the
snippet preview being shown since no tests failed when I removed the
`nvim__complete_set` call which actually populates the preview on this
codepath.
2026-03-29 14:48:11 -07:00
..
2026-03-28 09:59:54 -04:00
2026-03-29 13:36:56 +02:00
2026-03-29 18:16:17 +02:00
2025-12-15 13:55:15 -05:00
2026-03-29 13:36:56 +02:00
2026-03-24 00:14:55 +01:00
2026-03-28 09:59:54 -04:00