2014-10-28 62 views
0

我創建此快訊片段。 但不知何故,它不適用於Javascript。 我希望我有正確的憑據。 這裏是片段無法在JavaScript中使用片段

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

回答