Skip to content

Instantly share code, notes, and snippets.

@oyilmaztekin
Created August 7, 2018 19:23
Show Gist options
  • Select an option

  • Save oyilmaztekin/b188c38ecbc3200db2d7bc890d39a378 to your computer and use it in GitHub Desktop.

Select an option

Save oyilmaztekin/b188c38ecbc3200db2d7bc890d39a378 to your computer and use it in GitHub Desktop.
vscode
"Comment for Function": {
"prefix": "commentF",
"body": [
"/** DESCRIPTION ",
"* $1, $4, $7 ",
"* @param {${1:name}} {${2:type}} - [${3:description}]",
"* @param {${4:name}} {${5:type}} - [${6:description}]",
"* @return {${7:name}} {${8:type}} - [${9:description}]",
"*/ "
],
"description": "Explaination for Function Scope"
}
/** DESCRIPTION
* $1, $4, $7
* @param {${1:name}} {${2:type}} - [${3:description}]
* @param {${4:name}} {${5:type}} - [${6:description}]
* @return {${7:name}} {${8:type}} - [${9:description}]
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment