我有一个相对简单的自定义代码段:
<snippet>
<content><![CDATA[
#### ${1:subtitle}
$2
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>st</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
大约25%的时间都在工作。有时片段会起作用,有时光标会随机跳跃大约5行,其他时候它会跳过几行,其他时候它仍然只会做一个普通的标签。有没有办法解决这个问题,所以它一直在运作?