Skip to content

Commit 5ad91d6

Browse files
committed
Add symbol rename info to README
1 parent 829d3dd commit 5ad91d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ MATLAB language server implements several Language Server Protocol features and
1717
* Go to definition — [definitionProvider](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_definition)
1818
* Go to references — [referencesProvider](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references)
1919
* Document symbols — [documentSymbol](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol)
20+
* Symbol rename - [renameProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename)
2021

2122
## Clients
2223
MATLAB language server supports these editors by installing the corresponding extension:
@@ -30,6 +31,9 @@ MATLAB language server supports these editors by installing the corresponding ex
3031
### 1.2.5
3132
Release date: 2024-08-16
3233

34+
Added:
35+
* Symbol rename support
36+
3337
Fixed:
3438
* Leading or trailing whitespace in `installPath` setting is ignored when connecting to MATLAB
3539

0 commit comments

Comments
 (0)