I have a relativley simple custom snippet:
<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>
It’s working about 25% of the time. Sometimes the snippet will work, other times the cursor will randomly jump up about 5 lines, other times it will jump down a couple lines and other times still it will just do a normal tab. Is there any way to fix this so it just works all the time?