vim/snippets/php.snippets

51 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

2016-12-14 18:09:47 +00:00
snippet comh
2017-01-24 12:40:21 +00:00
/**************************
2016-12-14 18:09:47 +00:00
* ${1:Program Name} *
* ${2: Date} *
***************************
* Designed & Developed by *
* xdrm-brackets *
***************************
* https://xdrm.io/ *
2017-02-09 12:07:38 +00:00
**************************/$0
2016-12-14 18:09:47 +00:00
snippet comc
/* [${1:Number}] ${2:Chapter Title}
2017-02-09 12:07:38 +00:00
=========================================================*/$0
2016-12-14 18:09:47 +00:00
snippet comcc
/* (${1:Number}) ${2:Chapter Title}
2017-02-09 12:07:38 +00:00
---------------------------------------------------------*/$0
2016-12-14 18:09:47 +00:00
snippet coms
2017-02-09 12:07:38 +00:00
/* (${1:Number}) ${2:Section Title} */$0
2016-12-14 18:09:47 +00:00
snippet comss
2017-02-09 12:07:38 +00:00
{${1:Number}} ${2:Section Title} //$0
2016-12-14 18:09:47 +00:00
snippet comf
2017-01-24 12:40:21 +00:00
/* ${1:RESUME DE LA FONCTION}
2016-12-14 18:09:47 +00:00
*
2017-02-09 12:07:38 +00:00
* @${2:nomParam}<${3:typeParam}> ${4:Description du param}
2016-12-14 18:09:47 +00:00
*
2017-02-09 12:07:38 +00:00
* @return ${5:nomRetour}<${6:typeRetour}> ${7:Description du retour}
2016-12-14 18:09:47 +00:00
*
2017-02-09 12:07:38 +00:00
*/$0
2016-12-14 18:09:47 +00:00
snippet comcf
/* [${1:Number}] ${2:Chapter Title}
*
2017-02-09 12:07:38 +00:00
* @${3:nomParam}<${4:typeParam}> ${5:Description du param}
2016-12-14 18:09:47 +00:00
*
2017-02-09 12:07:38 +00:00
* @return ${6:nomRetour}<${7:typeRetour}> ${8:Description du retour}
2016-12-14 18:09:47 +00:00
*
2017-02-09 12:07:38 +00:00
=========================================================*/$0
2016-12-14 18:09:47 +00:00
snippet comccf
/* (${1:Number}) ${2:Chapter Title}
*
2017-02-09 12:07:38 +00:00
* @${3:nomParam}<${4:typeParam}> ${5:Description du param}
2016-12-14 18:09:47 +00:00
*
2017-02-09 12:07:38 +00:00
* @return ${6:nomRetour}<${7:typeRetour}> ${8:Description du retour}
2016-12-14 18:09:47 +00:00
*
2017-02-09 12:07:38 +00:00
---------------------------------------------------------*/$0
2016-12-14 18:09:47 +00:00
snippet comt
/************************************************
****${1: Titre }****
2017-02-09 12:07:38 +00:00
************************************************/$0