Skip to content

Commit

Permalink
Mention rename request
Browse files Browse the repository at this point in the history
  • Loading branch information
simerplaha committed Oct 15, 2024
1 parent 9735776 commit d499532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Language server for Ralph.
- [Goto Definition](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_definition)
- [Find References](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_references)
- [Completion](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_completion)
- [Rename](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename)
- More to come...

# Requirements
Expand Down
1 change: 1 addition & 0 deletions plugin-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The Ralph LSP is an implementation of the [language server protocol](https://mic
* [Goto Definition](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_definition)
* [Find References](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_references)
* [Completion](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_completion)
* [Rename](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename)
* More to come...

## Requirements
Expand Down

0 comments on commit d499532

Please sign in to comment.