默认情况下为cmd + tab,
我能把它变成cmd + space ???
<snippet>
<content><![CDATA[
console.log(${1:});
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>con</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>