completion-nvim icon indicating copy to clipboard operation
completion-nvim copied to clipboard

Show preview of selected snippet in floating window

Open mawkler opened this issue 3 years ago • 2 comments

coc-snippets has the ability to display a floating preview next to the snippet selected from the pum as shown in the gif below. Is this feature available for completion-nvim?

coc-snippets preview

mawkler avatar Dec 22 '20 15:12 mawkler

completion-nvim doesn't support snippets natively, but if it's possible that @hrsh7th can gave somewhat a parsed snippets format from vim-vsnip it's definitely possible to show it along with the hover window since we already have something like that for UltiSnips

haorenW1025 avatar Jan 13 '21 13:01 haorenW1025

Hi @haorenW1025

I'm using UltiSnips, where can I see the configuration for the popup preview you mention?

rlopzc avatar Sep 02 '21 18:09 rlopzc