Skip to content

Instantly share code, notes, and snippets.

@nicolasegp
Created November 6, 2020 01:23
Show Gist options
  • Save nicolasegp/b63dad000f6a4e35a74c74a892d3d032 to your computer and use it in GitHub Desktop.
Save nicolasegp/b63dad000f6a4e35a74c74a892d3d032 to your computer and use it in GitHub Desktop.
Snippet VSC: Imprimir Arrays PHP
{
"Imprimir Arrays": {
"scope": "php",
"prefix": "_pre",
"body": [
"echo '<pre>'.print_r($${1:array}, true).'</pre>';"
],
"description": "Imprimir Arrays"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment