brackets-snippets
brackets-snippets copied to clipboard
The character " ` " don't work in trigger
Reproduce steps:
Trigger:
``
Description:
Code
Scope:
Markdown
Text:
${1}
The DropDownMenu never appear. I suppose the apostrophe confuse the string in the backend.
Do you try with this?:
${1:``}
Yes, isn't the same but could work.
Now appear the menu when i type `` but when choose the snippet the two chars are select to overwrite.
I thinks is other issue than reported by me previously, the dropdown menu appears only when i go back o delete the secodn char (the same seems to be happening with pipe ||).
If you want to closed this issue and open another, fine by me, but if this issue of menu resolve, the extension will be more usable.
Thx