diff --git a/README.md b/README.md index fd99615..80df927 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ In opposite to the included PHP IntelliSense and other PHP extensions, this uses instead of relying on naive regular expression parsing. ## Features - - Find all symbols + +### Find all symbols +![Find all symbols demo](images/documentSymbol.gif) ## Todo - Autocompletion diff --git a/images/documentSymbol.gif b/images/documentSymbol.gif new file mode 100644 index 0000000..43a468a Binary files /dev/null and b/images/documentSymbol.gif differ