0
<snippet>

<content>
  <![CDATA[<?= $item['lorem ipsum']?>]]>
</content>

<tabTrigger>item</tabTrigger>

</snippet>

Hello, help me please make a snippet using the $ - symbol, I need to when spelling an item and use the TAB - write a full command with sign , now the $ sign is ignored <?= ['lorem ipsum']?>

Amit Kumar Sahu
  • 495
  • 6
  • 15
JasonSTHM
  • 31
  • 4

1 Answers1

1

i find... need use \ with $ working snippet

<snippet>

<content><![CDATA[
<?= \$item['lorem ipsum']?>
]]></content>

<tabTrigger>item</tabTrigger>

JasonSTHM
  • 31
  • 4