autocomplete snippet with double quotes issue

snippet("#{}") and snippet("${}") yielded label is “undefinedundefined”.

Works fine for ’ or `, but not for double-quotes.

If that is an intentional behavior, is that possible to make such snippet with double-quotes without writing custom apply completion function myself?

What does “yielded label” mean? And are you saying snippet('#{}') behaves differently? That seems unlikely.

I see how it is confusing now… I’m sorry, I found an issue in my code, this topic can be closed