Return to Snippet

Revision: 64570
at August 23, 2013 23:27 by brownrl


Updated Code
<snippet>
  <content><![CDATA[
/**
 * Function Short Description
 *
 * Function Longer Description
 *
 * @param string \$variable variable description
 *
 * @return returntype descriiption
 */

]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <tabTrigger>fuc</tabTrigger>
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <!-- <scope>source.python</scope> -->
</snippet>

Revision: 64569
at August 23, 2013 22:23 by brownrl


Updated Code
<snippet>
  <content><![CDATA[
/**
 * Function Short Description
 *
 * Function Longer Description
 *
 * @param string $variable variable description
 *
 * @return return descriiption
 */

]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <tabTrigger>fuc</tabTrigger>
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <!-- <scope>source.python</scope> -->
</snippet>

Revision: 64568
at August 23, 2013 20:19 by brownrl


Initial Code
<snippet>
  <content><![CDATA[

/**
 * ${1:Function Short Description}
 *
 * ${2:Function Longer Description}
 *
 * @param string \$${3:variable}
 *   ${4:variable description}
 * @return ${5:returns}
 *   ${6:return descriiption}
 */

]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <tabTrigger>fuc</tabTrigger>
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <!-- <scope>source.python</scope> -->
</snippet>

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

Initial Description
Generate a generic function comment block

Initial Title
Sublime Snippet: fuc

Initial Tags
php

Initial Language
PHP