我正在尝试创建一个片段,但是当我尝试通过点击其中的字段来移动字段时tab
,""
会自动"
竞争而不是跳转到下一个字段并中断。
<snippet>
<content><![CDATA[
Hello, ${1:this} is a broken "${2:snippet}", ${3:this} field won't be reached!
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>testsnip</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
有解决方案吗?