Sublime Forum

Sublime Text 3 Snippets does not work

#1

In sublime text 3 snippets doesn’t work for me. Example the original snippet like bellow does not work…I save this snippet as hello.sublime-snippet to
C:\Users\Admin\AppData\Roaming\Sublime Text 3\Packages\User

<snippet> <content><![CDATA[ Hello, ${1:this} is a ${2:snippet}. ]]></content> <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> <tabTrigger>hello</tabTrigger> <!-- Optional: Set a scope to limit where the snippet will trigger --> <scope>source.html</scope> </snippet>

any ideas?

0 Likes

#2

Anyone??? Please, help me with this guys

0 Likes

#3

See my answer here first.

0 Likes