Releases: mathworks/MATLAB-extension-for-vscode
Releases · mathworks/MATLAB-extension-for-vscode
v1.3.3
Added
- Use automatic code completion to complete commands in the MATLAB terminal
- Move the cursor in the MATLAB terminal using
Alt+Click
- Support for debugging P-coded files when the corresponding source file is available
- Filter the commands in the MATLAB terminal history by entering text in the terminal (Thanks @robertoffmoura!)
Fixed
- Resolves issues with the MATLAB workspace not updating correctly when switching contexts in the call stack
- Resolves potential crashes when using code completion in files without a .m file extension
- Patches CVE-2024-12905
v1.3.2
v1.3.1
Added
- The extension keeps the MATLAB path in sync with the VS Code workspace, improving code navigation, completions, and execution
- The extension keeps the MATLAB debug workspace in sync with the selected callstack in VS Code
Fixed
- Changing the default value of
MATLAB.startDebuggerAutomatically
tofalse
- Resolves errors with document formatting when using with MATLAB R2025a
- Resolves errors with execution and debugging when using with MATLAB R2022a
v1.3.0
Notice
- This extension no longer supports MATLAB R2021a. To make use of the advanced features of the extension or run and debug MATLAB code, you must have MATLAB R2021b or later installed.
Added
- Debugging support
- Support for inserting code snippets shipped with MATLAB (requires MATLAB R2025a or later)
- Support for opening additional MATLAB file types (e.g.
.slx
,.fig
) from the Visual Studio Code context menu (Community contribution from @Gusmano-2-OSU)
Fixed
- Syntax highlighting improvements (Community contribution from @apozharski)
- Patches CVE-2024-21538, CVE-2024-52798, and CVE-2024-55565
v1.2.7
Added
- Visual indication of code sections
- Enable browser-based sign in using the
signIn
setting - Specify the maximum file size for code analysis using the new
maxFileSizeForAnalysis
setting - Linting support in untitled files and in MATLAB files with different file extensions
Fixed
- The
installPath
setting no longer syncs between machines