php: add vd snippet for var_dump() (#446)

This commit is contained in:
Rob 2024-05-15 22:55:41 -06:00 committed by GitHub
parent 66dea58450
commit dd2fd1281d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -230,5 +230,10 @@
"}"
],
"description": "Try catch block"
},
"Variable Dump": {
"prefix": "vd",
"body": ["var_dump($0);"],
"description": "var_dump"
}
}