Answers for "vs code php tag shortcut"

PHP
0

vs code php tag shortcut

{
  // Place your snippets for html here. 
  "php": {
    "prefix": "php",
    "body": ["<?php", "$0", "?>"],
    "description": "php tag"
  }
}
Posted by: Guest on March-08-2022

Code answers related to "vs code php tag shortcut"

Browse Popular Code Answers by Language