Skip to content

Commit

Permalink
php: add vd snippet for var_dump() (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
robstumborg authored May 16, 2024
1 parent 66dea58 commit dd2fd12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snippets/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,10 @@
"}"
],
"description": "Try catch block"
},
"Variable Dump": {
"prefix": "vd",
"body": ["var_dump($0);"],
"description": "var_dump"
}
}

0 comments on commit dd2fd12

Please sign in to comment.