Skip to content

Instantly share code, notes, and snippets.

@andregoncalves
Last active September 13, 2016 08:23
Show Gist options
  • Save andregoncalves/faa86d36fa0d10e4910828af2497b769 to your computer and use it in GitHub Desktop.
Save andregoncalves/faa86d36fa0d10e4910828af2497b769 to your computer and use it in GitHub Desktop.
vscode php user snippets
{
"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