我強烈建議在此片段函數中使用構建。它可以讓你在不安裝額外插件的情況下做任何你想做的事情。
崇高文本>工具>新的代碼:
<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>
此致會是什麼樣子:
<snippet>
<content>
<![CDATA[
/*------------------------------------*\
[$1] Insert Title
\*------------------------------------*/
/*
[$2] Insert section title [$3] Description
*/
]]>
</content>
<tabTrigger>!cssTitle</tabTrigger>
<scope>text/css</scope>
</snippet>
當然,你可以隨意去改變它,但是你會喜歡。另外<scope />
是沒有必要的。你可以刪除它,如果你喜歡或它。
另存爲> cssTitle.sublime.snippet
崇高文本2>軟件包> CSS>(保存在這裏)。
任何你不想使用內置宏功能的理由? – skuroda