Laravel dd format for making a sublime snippet

<snippet> <content><![CDATA[ echo '<pre>'; echo ' Method: ' . __METHOD__ . ', Class: ' . __CLASS__ . ', File: ' . __FILE__.', Line: '.__LINE__; echo '</pre>'; dd(${1:'Fine till line ' . __LINE__}); ]]></content> <!-- Optional: Set a tabTrigger to define how to trigger the snippet --> <tabTrigger>fdd</tabTrigger> <!-- Optional: Set a scope to limit where … Continue reading Laravel dd format for making a sublime snippet