<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 the snippet will trigger –>
<!– <scope>source.python</scope> –>
</snippet>