Prettier - Code formatter with PHP support on VSCode

![prettier](https://misapuntesde.com/images/2019/07/prettier.png)

Just a quick note: To get php support when you type 'format document' on the Command Palette, just run the next commands:



cd ~/.vscode/extensions/esbenp.prettier-vscode-x.x.x/ # x.x.x is the current version of the extension
npm install @prettier/plugin-php

Demo about how to use the awesome extension Prettier

Link: [github.com/prettier/plugin-php](https://github.com/prettier/plugin-php)