diff --git a/README.md b/README.md index 99a7f53..f2f2aad 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,16 @@ I recommend to disable VS Code's built-in PHP IntelliSense by setting `php.sugge ### Column-accurate error reporting ![Error reporting demo](images/publishDiagnostics.png) -### Format code +### Code style linting Please use a dedicated extension like [PHP CodeSniffer](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs). +[Code style linting demo](images/phpcs.png) + +### Format code +Please use a dedicated extension like [PHP CS Fixer](https://marketplace.visualstudio.com/items?itemName=junstyle.php-cs-fixer). + +[Format code demo](images/phpcsfixer.gif) + ## Todo - Rename diff --git a/images/phpcs.png b/images/phpcs.png new file mode 100644 index 0000000..b2e6d62 Binary files /dev/null and b/images/phpcs.png differ diff --git a/images/phpcsfixer.gif b/images/phpcsfixer.gif new file mode 100644 index 0000000..b02c541 Binary files /dev/null and b/images/phpcsfixer.gif differ