Sublime自定义代码段不在弹出窗口中显示代码提示

时间:2013-02-23 09:20:29

标签: sublimetext2 code-snippets

我是Sublime中的新手,我刚刚创建了一个保存在HTML文件夹中的新代码段。我的问题是创建的代码段不显示自动完成框。我需要在tab-trigger中键入整个单词,然后按Tab键两次。下面,您将看到它使用JavaScript语法。

enter image description here

 <snippet> 
     <content><![CDATA[ <ccbn:html-block> ${1} </ccbn:html-block> ]]></content>
     <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
     <tabTrigger>hblock</tabTrigger> 
     <!-- Optional: Set a scope to limit where the snippet will trigger -->
     <!-- <scope>source.python</scope> --> 
 </snippet>

1 个答案:

答案 0 :(得分:0)

如果您希望在编辑HTML时启用代码段,那么我认为您需要将代码段<scope>更改为text.html