Add Format HTML in PHP extension

pull/230/head
Reilly Lowery 2019-01-09 02:19:46 -05:00
parent bceb90c1c6
commit 3abd9b669e
1 changed files with 5 additions and 1 deletions

View File

@ -406,6 +406,10 @@ To enable Emmet support in .twig files, you'll need to have the following in you
### Other extensions
- [Format HTML in PHP](https://marketplace.visualstudio.com/items?itemName=rifi2k.format-html-in-php) - Formatting for the HTML in PHP files. Runs before the save action so you can still have a PHP formatter.
![Format HTML in PHP](https://raw.githubusercontent.com/RiFi2k/format-html-in-php/master/format-html-in-php.gif)
- [Composer](https://marketplace.visualstudio.com/items?itemName=ikappas.composer)
- [PHP Debug](https://marketplace.visualstudio.com/items?itemName=felixfbecker.php-debug) - XDebug extension for Visual Studio Code
- [PHP DocBlocker](https://marketplace.visualstudio.com/items?itemName=neilbrayfield.php-docblocker)