format-html-in-php
format-html-in-php copied to clipboard
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 alr...
I have global VSCode settings like below: ``` "editor.formatOnSave": true, "[php]": { "editor.formatOnSave": false }, ``` So, simply I did this setting because I don't want my PHP files to...
I'm learning and praticing the send email functiong provided by PHPMailer from https://github.com/PHPMailer/PHPMailer/blob/master/src/PHPMailer.php. It worked very well. But after I opened the PHPMailler.php and **Format HTML in PHP** extension format...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
- Issue Type: `Bug` - Extension Name: `format-html-in-php` - Extension Version: `1.7.0` - OS Version: `Linux x64 5.0.9-301.fc30.x86_64` - VS Code version: `1.61.2` Flagged as unresponsive in Running Extensions. ```json...
Hi, I am using prettier for my clean php code and i want that, but now when i have format-html-in-php the vscode format the file twice. Is there some option...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
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...
I have just installed the extension and saved a test file to see what happens. I noticed that if there is an if in an if, it is not indented....
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...