diff --git a/README.md b/README.md index ec015fd..67cc61e 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,14 @@ instead of relying on naive regular expression parsing. ### Column-accurate error reporting ![Error reporting demo](images/publishDiagnostics.png) +### Format code +![Format code demo](images/formatDocument.gif) + ## Todo - Autocompletion - Rename - Goto definition - - Format document - Hover - Signature help - Follow composer autoloading diff --git a/images/formatDocument.gif b/images/formatDocument.gif new file mode 100644 index 0000000..d8e49fe Binary files /dev/null and b/images/formatDocument.gif differ