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.
Hi there :)
I am having some problems with the indentation and I don't know if I am doing something wrong in my settings. I do not understand why the opening and ending declaration of php <?phpand ?> after formatting have a wrong position.
Thank you in advance and please see the example following:
Hi there :) I am having some problems with the indentation and I don't know if I am doing something wrong in my settings. I do not understand why the opening and ending declaration of php
<?php
and?>
after formatting have a wrong position.Thank you in advance and please see the example following:
This is the desired formatting code:
And I get this code after formatting with the extension: (I don't want)