brackets-snippets icon indicating copy to clipboard operation
brackets-snippets copied to clipboard

The character " ` " don't work in trigger

Open RafaAguilar opened this issue 10 years ago • 2 comments

Reproduce steps:

Trigger:

``

Description:

Code

Scope:

Markdown

Text:

${1}

The DropDownMenu never appear. I suppose the apostrophe confuse the string in the backend.

RafaAguilar avatar Mar 09 '15 19:03 RafaAguilar

Do you try with this?:

${1:``}

Yes, isn't the same but could work.

mrroot5 avatar Mar 10 '15 12:03 mrroot5

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

RafaAguilar avatar Mar 10 '15 12:03 RafaAguilar