contao_show_template_vars.sublime-snippet
<snippet>
<content><![CDATA[
<?php echo \$this->showTemplateVars(); ?>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>show</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>