Sublime Text Code Snippets

2016-11-22  本文已影响26人  卖梦想的男孩

sublime-code-snippets支持更为自由的自定义代码块
只需要输入模板+Tab就可以搞定

<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.python</scope> -->
</snippet>
上一篇下一篇

猜你喜欢

热点阅读