diff --git a/FEATURES.md b/FEATURES.md index eb262d2..d151cc4 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -114,4 +114,12 @@ ### Search Symbol (Outline symbols in currently opend project) -![search-symbol](./images/screenshots/search-symbol.gif) \ No newline at end of file +![search-symbol](./images/screenshots/search-symbol.gif) + +### Find All References + +![find-all-references](./images/screenshots/reference.gif) + +### Rename Symbol + +![rename-symbol](./images/screenshots/rename.gif) \ No newline at end of file diff --git a/README.md b/README.md index 7569083..bb64620 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,8 @@ * [Go to Definition and Peek Definition](https://github.com/zjhmale/vscode-idris/blob/master/FEATURES.md#go-to-definition-and-peek-definition) * [Go to Symbol (Outline symbols in currently opend file)](https://github.com/zjhmale/vscode-idris/blob/master/FEATURES.md#go-to-symbol-outline-symbols-in-currently-opend-file) * [Search Symbol (Outline symbols in currently opend project)](https://github.com/zjhmale/vscode-idris/blob/master/FEATURES.md#search-symbol-outline-symbols-in-currently-opend-project) +* [Find all references](https://github.com/zjhmale/vscode-idris/blob/master/FEATURES.md#find-all-references) +* [Rename symbol](https://github.com/zjhmale/vscode-idris/blob/master/FEATURES.md#rename-symbol) ## Installation diff --git a/images/screenshots/reference.gif b/images/screenshots/reference.gif new file mode 100644 index 0000000..5a1dd85 Binary files /dev/null and b/images/screenshots/reference.gif differ diff --git a/images/screenshots/rename.gif b/images/screenshots/rename.gif new file mode 100644 index 0000000..aff9292 Binary files /dev/null and b/images/screenshots/rename.gif differ