I’m currently working on a PHP project which involves much HTML being “echo”-ed. As there are many apostrophes in the HTML tags, I’m using Heredoc for me not having to escape all the apostrophes.
However, it’s pretty annoying that I can’t properly format/VS Code properly formats my HTML Code.
Is there any possibility to format this as HTML properly? Or do I have to use other PHP methods?
I was looking for solutions with the VS Code extentions Prettier and PHP Intelephense but these wouldn’t lead me to my desired solution.