RiFi2k / format-html-in-php

Basically this vscode extension uses all your standard configurations for html formatting, and your standard configurations for format on save, etc. It more or less works exactly how vscode should already work as it pertains to HTML in PHP files.
The Unlicense
33 stars 6 forks source link

Formatting support in heredocs? #58

Open JoelFeiner opened 3 years ago

JoelFeiner commented 3 years ago

This plugin works great with HTML outside of PHP tags. It does not seem to do anything with heredocs/herestrings. Is that not supported? If it is not, can it be supported?