sublime 3 使用Snippets创建代码片段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sublime 3 使用Snippets创建代码片段相关的知识,希望对你有一定的参考价值。

选择菜单 Tools -> new snippet...


<snippet>

<content><![CDATA[

some code write here ‘${1:highlight}‘

]]></content>

<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->

<tabTrigger>tt</tabTrigger>

<!-- Optional: Set a scope to limit where the snippet will trigger -->

<!-- <scope>source.php</scope> -->

</snippet>


可以通过设置快捷键快速显示,如上,输入tt后按tab键即可显示出来,或选择菜单Tools -> Snippets... 在列表里选择


保存时存放在\Packages\User目录下,后缀名必须为 .sublime-snippet



以上是关于sublime 3 使用Snippets创建代码片段的主要内容,如果未能解决你的问题,请参考以下文章

Sublime Text自定制代码片段(Code Snippets)

sublime 添加代码片段(snippets)

Sublime text使用快捷键

使用Sublime Text开发微信小程序

怎么使用sublime 来开发微信小程序 怎么预览

求助sublime snippet