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

Snippet 'fori' cannot jump to the `type` placeholder

Open liuyehcf opened this issue 10 months ago • 4 comments

snippet fori is like this:

    for (int i = 0; i < count; i++) {

    }

It has four placeholders, which respectively are count0i++int of the above case.

When I use coc-snippets(3.1.6) to drive the snippet, it only iterate the first 3 placeholders.

And when I change to 'SirVer/ultisnips', it works fine for iterating the 4 placeholders.

And for lower version of coc-snippets, maybe 2.8.x(not for sure, but must be 2.x), it also works fine.

liuyehcf avatar Aug 20 '23 01:08 liuyehcf