format-html-in-php
format-html-in-php copied to clipboard
does not work with autosave
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)