diff --git a/docs/source/examples/goto.rst b/docs/source/examples/goto.rst index 81dfdf1d..028878a8 100644 --- a/docs/source/examples/goto.rst +++ b/docs/source/examples/goto.rst @@ -1,4 +1,4 @@ -Goto "X" +Goto "X" and Find references ======== .. example-server:: goto.py diff --git a/examples/servers/README.md b/examples/servers/README.md index 845a7648..39a7907d 100644 --- a/examples/servers/README.md +++ b/examples/servers/README.md @@ -6,7 +6,7 @@ | `code_lens.py` | `sums.txt` | Evaluate sums via a code lens | | `colors.py` | `colors.txt` | Provides a visual representation of color values and even a color picker in supported clients | | `formatting.py`| `table.txt`| Implements whole document, selection only and as-you-type formatting for markdown like tables [^1] [^2] | -| `goto.py` | `code.txt` | Implements the various "Goto X" requests in the specification | +| `goto.py` | `code.txt` | Implements the various "Goto X" and "Find references" requests in the specification | | `hover.py` | `dates.txt` | Opens a popup showing the date underneath the cursor in multiple formats | | `inlay_hints.py` | `sums.txt` | Use inlay hints to show the binary representation of numbers in the file | | `links.py` | `links.txt` | Implements `textDocument/documentLink` |