スニペットを作成しようとしていますが、その中のフィールドを押し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>
これに対する解決策はありますか?