diff --git a/README.md b/README.md index cb54abe..8ecbdb5 100644 --- a/README.md +++ b/README.md @@ -15,26 +15,34 @@ You need at least PHP 7 installed for the extension to work. You can either add ## Features +### Workspace symbol search +![Workspace symbol search demo](images/workspaceSymbol.gif) + +### Find all References +![Find References demo](images/references.png) + +### Go to Definition +![Go To Definition demo](images/definition.gif) + +### Hover +![Hover class demo](images/hoverClass.png) + +![Hover parameter demo](images/hoverParam.png) + ### Find all symbols ![Find all symbols demo](images/documentSymbol.gif) -### Column-accurate error reporting -![Error reporting demo](images/publishDiagnostics.png) - ### Format code ![Format code demo](images/formatDocument.gif) -### Workspace symbol search -![Workspace symbol search demo](images/workspaceSymbol.gif) +### Column-accurate error reporting +![Error reporting demo](images/publishDiagnostics.png) + ## Todo - Autocompletion - Rename - - Goto definition - - Hover - Signature help - - Follow composer autoloading - ## Contributing diff --git a/images/definition.gif b/images/definition.gif new file mode 100644 index 0000000..f283b3c Binary files /dev/null and b/images/definition.gif differ diff --git a/images/hoverClass.png b/images/hoverClass.png new file mode 100644 index 0000000..29dfcc3 Binary files /dev/null and b/images/hoverClass.png differ diff --git a/images/hoverParam.png b/images/hoverParam.png new file mode 100644 index 0000000..26171a9 Binary files /dev/null and b/images/hoverParam.png differ diff --git a/images/references.png b/images/references.png new file mode 100644 index 0000000..15e50ea Binary files /dev/null and b/images/references.png differ