Potential Bug: Snippet shortcut `/fes` not triggering after comma

I’ve noticed that my snippet shortcut /fes doesn’t trigger when it’s immediately preceded by a comma (,). It works as expected when preceded by a space (or other characters like letters).

Could you confirm whether comma-delimited triggers are supported, or if this is an unintended behavior?

Hi @sergi
You can change the snippet triggering logic for a folder. Click on the folder, and then on the bottom right, you can change the logic to "Anywhere" which will trigger the snippet whenever the shortcut is typed.

You can read more about it here


.
Please let me know if you have any questions.

1 Like

Dan, thanks for clarifying - that approach works. I couldn’t get it to behave reliably after a comma (selecting after any character caused about 80% of my snippets to conflict), but I understand the intent and the design direction now