blink.cmp
blink.cmp copied to clipboard
Accepting without breaking the current snippet.
Feature Description
I looked at the documentations. There are two commands available to accept the suggested item accept
and select_and_accept
. However, they both break the snippet, so if I accept a suggestion for the first parameter, then snippet is broken and I cant jump to the next part using snippet_forward
or snippet_backward
. Is there a way to accept a suggestion without breaking the current snippet?
Using "super-tab" preset, here after hitting tab, I can select testString
but cannot jump to the next parameter anymore as the snippet is broken.