Files
neovim/runtime/lua/vim/lsp
Marcus Caisey 10a53e7637 fix(lsp): generate snippet preview from resolved textEdit.newText
Problem:
When a resolved `CompletionItem` with kind `Snippet` populates
`textEdit` instead of `insertText`, the contents are not previewed.

Solution:
Generate the snippet preview from `textEdit.newText` as well.
2026-05-21 17:47:08 +01:00
..
2026-05-10 11:03:15 -04:00
2026-04-29 17:37:47 -04:00