VS CODE – PHP TAG USER SNIPPET

		
		
			

this hack worked for me: go to ‘Preferences: Open User Snippets’, and paste this snippet into the html AND php user snippets:

“php”: {
“prefix”: “php”,
“body”: [
“<?php $1 ?>”
],
“description”: “php tag”
}