Skip to content

Releases: mathworks/MATLAB-extension-for-vscode

v1.3.3

15 May 17:15
8f7b1d3
Compare
Choose a tag to compare

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

06 Mar 16:38
040d1e0
Compare
Choose a tag to compare

Fixed

  • Resolves errors with adding workspace folders to the MATLAB path on macOS and Linux systems
  • Update keyboard shortcut to stop MATLAB execution from Cmd+C to Ctrl+C on macOS systems

v1.3.1

04 Mar 15:52
1cdb339
Compare
Choose a tag to compare

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 to false
  • Resolves errors with document formatting when using with MATLAB R2025a
  • Resolves errors with execution and debugging when using with MATLAB R2022a

v1.3.0

04 Mar 15:51
df2f269
Compare
Choose a tag to compare

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

v1.2.7

04 Mar 15:50
1046abf
Compare
Choose a tag to compare

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