码迷,mamicode.com
首页 > 其他好文 > 详细

sublime 3 使用Snippets创建代码片段

时间:2016-09-01 00:32:45      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:sublime   snippet   代码片段   高效   

选择菜单 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   snippet   代码片段   高效   

原文地址:http://pdoctor.blog.51cto.com/2125522/1844916

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!