Sublime Snippet: fuc


/ Published in: PHP
Save to your folder(s)

Generate a generic function comment block


Copy this code and paste it in your HTML
  1. <snippet>
  2. <content><![CDATA[
  3. /**
  4.  * Function Short Description
  5.  *
  6.  * Function Longer Description
  7.  *
  8.  * @param string \$variable variable description
  9.  *
  10.  * @return returntype descriiption
  11.  */
  12.  
  13. ]]></content>
  14. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  15. <tabTrigger>fuc</tabTrigger>
  16. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  17. <!-- <scope>source.python</scope> -->
  18. </snippet>

URL: http://www.itsgotto.be/cv.php

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.