-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Example Servers | ||
|
||
| Filename | Works With | Description | | ||
|-|-|-| | ||
| `code_actions.py` | `sums.txt` | Evaluate sums via a code action | | ||
| `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 | | ||
| `goto.py` | `code.txt` | Implements the various "Goto X" 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 | | ||
| `publish_diagnostics.py` | `sums.txt` | Use "push-model" diagnostics to highlight missing or incorrect answers | | ||
| `pull_diagnostics.py` | `sums.txt` | Use "pull-model" diagnostics to highlight missing or incorrect answers | |