Skip to content
This repository was archived by the owner on Oct 26, 2023. It is now read-only.

Commit 7e41cac

Browse files
Runi-cjeapostrophe
authored andcommitted
update README
1 parent ed8625d commit 7e41cac

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,16 @@ You may need to restart your LSP runtime or your editor for `racket-langserver`
4242
- *Note:* Currently only considers references within the current file.
4343
- **Document Highlight** (textDocument/documentHighlight)
4444
- **Diagnostics** (textDocument/publishDiagnostics)
45-
- **Code Formatting** (textDocument/formatting & textDocument/rangeFormatting)
45+
- **Code Formatting** (textDocument/formatting & textDocument/rangeFormatting & textDocument/onTypeFormatting)
46+
- **Signature Help** (textDocument/signatureHelp)
47+
- **Rename** (textDocument/rename & textDocument/prepareRename)
48+
- *Note:* Currently only allows renaming symbols defined within the current file.
49+
- **Code completion** (textDocument/completion)
4650

4751
#### *Work in Progress:*
4852

4953
- **Document Outline** (textDocument/documentSymbol)
5054

51-
#### *Would be Nice:*
52-
53-
- **Rename** (textDocument/rename)
54-
- **Code completion** (textDocument/completion)
55-
5655
## Notes for Contributers
5756

5857
It is useful to think of this project as a "headless mode" for DrRacket. Contributions to this project should seek to avoid re-implementing functionality that is already exposed through DrRacket's public API.

0 commit comments

Comments
 (0)