Skip to content

Instantly share code, notes, and snippets.

View channaveer's full-sized avatar

Channaveer Hakari channaveer

View GitHub Profile
@channaveer
channaveer / php.json
Created August 15, 2019 14:20
VSCODE PHP Snippets
{
"Custom For Loop": {
"prefix": "feach",
"body": [
"foreach ($1 as $2) {",
"\t$3",
"}"
],
"description": "Custom For Loop"
},