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.
When the autosave option is on, it does something like this:
I try to type table. Autosave saves the file, and the extension brutally formats the file while I am typing.
I set the autosave duration to 10ms. Other formatters do not have this problem. So I guess this extension is doing formatting differently?
Is it possible to separate the formatOnSave option out of the vscode's format on save? (I use php formatting on save)
When the autosave option is on, it does something like this:
I try to type
table
. Autosave saves the file, and the extension brutally formats the file while I am typing. I set the autosave duration to 10ms. Other formatters do not have this problem. So I guess this extension is doing formatting differently?Is it possible to separate the formatOnSave option out of the vscode's format on save? (I use php formatting on save)