Created
August 7, 2018 19:23
-
-
Save oyilmaztekin/b188c38ecbc3200db2d7bc890d39a378 to your computer and use it in GitHub Desktop.
vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** 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