Skip to content

Instantly share code, notes, and snippets.

@johnjullies
Last active July 10, 2019 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnjullies/acac4fd46a8d535aa1146e56abb7c511 to your computer and use it in GitHub Desktop.
Save johnjullies/acac4fd46a8d535aa1146e56abb7c511 to your computer and use it in GitHub Desktop.
Adds php tag autocomplete for VS Code
"php": {
"prefix": "php",
"body": [
"<?php $1 ?>"
],
"description": "php tag"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment