Skip to content

Commit

Permalink
docs: update GotoX title
Browse files Browse the repository at this point in the history
  • Loading branch information
noklam authored and alcarney committed Jun 5, 2024
1 parent 395c9a3 commit 57bf0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/examples/goto.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Goto "X"
Goto "X" and Find references
========

.. example-server:: goto.py
Expand Down
2 changes: 1 addition & 1 deletion examples/servers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit 57bf0b2

Please sign in to comment.