coc-snippets icon indicating copy to clipboard operation
coc-snippets copied to clipboard

Cannot expand snippets with pre_expand

Open szsdk opened this issue 3 years ago • 2 comments

For example, the tex snippets for generating table: gentbl3x5 does not. After '<Plug>(coc-snippets-expand)', the input just disappears. But other snippets without 'pre_expadn' or 'post_jump' work fine. Is it a feature? I have no idea how to debug this problem.

szsdk avatar Feb 03 '21 23:02 szsdk

We don't have any support for ultisnip hooks, as mentioned in readme.

chemzqm avatar Feb 04 '21 08:02 chemzqm

Can I ask what the problem with ultisnip hooks is? Is there a lot of complexity involved with the feature?

SeniorMars avatar Mar 16 '23 05:03 SeniorMars