Por si desean poner los shortcuts:
- Abrir Visual Studio Code.
- Ir a File → Preferences → User Snippets.
- Buscar y abrir html.json.
- Agregar dentro de los {}:
"php":{
"prefix":["php"],
"body": [ "<?php $0 ?>" ],
"description": "php code tag"
},
"if":{
"prefix": ["if"],
"body": [
"<?php if($1): ?>",
"\t$2",
"<?php endif; ?>"
],
"description": "if php tag"
}
¿Quieres ver más aportes, preguntas y respuestas de la comunidad?