Last active
September 13, 2016 08:23
-
-
Save andregoncalves/faa86d36fa0d10e4910828af2497b769 to your computer and use it in GitHub Desktop.
vscode php user snippets
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 block": { | |
"prefix": "comment", | |
"body": [ | |
"/* ", | |
" * --------------------------------------------------------------------", | |
" * ${title}", | |
" * --------------------------------------------------------------------", | |
" * ${description}", | |
" *", | |
"*/", | |
"$0" | |
], | |
"description": "function comment block" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment