Skip to content

Commit eb1aab2

Browse files
authored
Merge pull request #47 from mathworks/dklilley.release-1.2.5
MATLAB language server - v1.2.5
2 parents 08ec8bd + 143ba69 commit eb1aab2

19 files changed

+1859
-553
lines changed

README.md

Lines changed: 10 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:
@@ -27,6 +28,15 @@ MATLAB language server supports these editors by installing the corresponding ex
2728

2829
### Unreleased
2930

31+
### 1.2.5
32+
Release date: 2024-08-16
33+
34+
Added:
35+
* Symbol rename support
36+
37+
Fixed:
38+
* Leading or trailing whitespace in `installPath` setting is ignored when connecting to MATLAB
39+
3040
### 1.2.4
3141
Release date: 2024-07-12
3242

89 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)