我创建了此警报代码段。
但不知怎的,它不适用于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>
答案 0 :(得分:1)
我在JavaScript中看到的其他每个示例都使用source.js
,而不是source.JavaScript
修改:这是一个列表https://gist.github.com/iambibhas/4705378 - 无法在官方文档中找到它。根据这个,JavaScript是source.js
。