MATLAB-extension-for-vscode
MATLAB-extension-for-vscode copied to clipboard
This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.
**Describe the bug** Not connecting to Matlab when connected to a server with matlab using a tunnel **To Reproduce** Steps to reproduce the behavior: 1. Start a tunnel to a...
**Describe the bug** When breaking long lines using a ```...``` continuation, if the preceding line contains a ```%```, the continued line is automatically commented. **To Reproduce** Steps to reproduce the...
**Is your feature request related to a problem? Please describe.** I appreciate the "Group by type" option in the "Current folder" browser to easily distinguish scripts, functions and other file...
**Describe the bug** The execution of code does not stop when using the `CTRL+C` shortcut or by killing the MATLAB terminal when something is being printed to the terminal. **Steps...