Code snippet placeholder causes error

name: ${1:text}  title: ${1:text}

If use the above code snippet, will encounter problems if you press tab after the input is completed, so you need to add an additional placeholder so that you will not encounter problems.@marijn

name: ${1:text}  title: ${1:text} ${2:end}

Screenity video - Jan 11, 2024

This patch should fix that.

1 Like