Answer the question
In order to leave comments, you need to log in
How to write a snippet that will work inside the html attribute in the VS Code editor?
I wrote a snippet for HTML and PHP files in VS Code that fires when I start writing php and wraps it all in <?php ?>
"php": {
"prefix": "php",
"body": [
"<?php $0 ?>"
],
"description": "php tag"
},
<a href=""></a>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question