Closed chrisgrieser closed 1 month ago
Thanks for the issue, I can look into why this fails to work later today/tomorrow
I've released a new version 1.0.2 which includes the fix and tests for it to make sure this does not happen in the future. This issue should be resolved now.
Given this snippet in a snippet file:
basics_ls only suggests the snippet when typing
foobar
. However, the vscode snippet spec specifies that not the entry's key (in the example:foobar
), but rather the entry'sprefix
value (in the example:barbaz
) should be used as trigger word:This is also how all other snippet engines I have used in the past (nvim-snippets, luasnip) do work.