Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update GotoX title #468

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading