Skip to content

Releases: mathworks/MATLAB-language-server

v1.3.10

13 Apr 15:38
8389289

Choose a tag to compare

Fixed

v1.3.9

09 Mar 15:35
19438c8

Choose a tag to compare

Fixed

v1.3.8

09 Jan 15:39

Choose a tag to compare

Added

Fixed

v1.3.7

12 Nov 21:57

Choose a tag to compare

Fixed

  • Resolves an issue with the previous version build. Does not include any changes to the language server's code or features.

v1.3.6

30 Oct 20:28
6503d0d

Choose a tag to compare

Fixed

v1.3.5

05 Sep 01:45
eba3da5

Choose a tag to compare

Added

  • Support for highlighting all references to a selected function, variable, class, or class property

Fixed

  • Resolves issue where newly saved document contents are ignored during execution

v1.3.4

31 Jul 15:30
0bebb79

Choose a tag to compare

Added

  • Support for document range formatting
  • Document symbol model now include methods, properties, and enumerations for improved navigation

Fixed

v1.3.3

15 May 17:15
4886ff0

Choose a tag to compare

Added

  • Support for debugging P-coded files when the corresponding source file is available

Fixed

  • Resolves potential crashes when using code completion in files without a .m file extension

v1.3.2

06 Mar 16:36
073aaa1

Choose a tag to compare

Fixed

  • Resolves errors with adding workspace folders to the MATLAB path on macOS and Linux systems

v1.3.1

04 Mar 16:04
02ff685

Choose a tag to compare

Added

  • The language server keeps the MATLAB path in sync with the client workspace, improving code navigation, completions, and execution

Fixed

  • Resolves errors with document formatting when using with MATLAB R2025a
  • Resolves errors with execution and debugging when using with MATLAB R2022a