kaioe
10/2/2016 - 10:03 AM

sublime-snippet:php-print_r

Php print_r

<snippet>
  <content><![CDATA[
    <pre>
     <?php print_r(${1:this}); ?>
    </pre>
]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <tabTrigger>print_r</tabTrigger>
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <scope>source.html</scope>
</snippet>