MATLAB-extension-for-vscode icon indicating copy to clipboard operation
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.

Results 84 MATLAB-extension-for-vscode issues
Sort by recently updated
recently updated
newest added

I didn't install matlab on my computer and I just need to edit some .m file without running them, but when I type ctrl, a window "This feature is not...

I tend to use multiple MATLAB instances to be able to run multiple blocking codes at the same time, this is fairly simple in MATLAB where I can simply open...

enhancement

**System:** Windows 10 Conda 23.5.0 Python 3.8.16 matlab-proxy 0.10.0 jupyter-matlab-proxy 0.10.1 Matlab R2023a Update 5 **Issue:** If I open any existing notebook or make a new notebook and change the...

enhancement

When using `[\b – ]\b` couple in `fprintf()` in VSCode there are 2 issues compared to the standard MATLAB command window: - output has a trailing `]` - output is...

bug

**Is your feature request related to a problem? Please describe.** As we all know, Matlab [Live Script](https://ww2.mathworks.cn/help/matlab/matlab_prog/what-is-a-live-script-or-function.html) is often used for interactive scripting, it is very convenient to show the...

enhancement

**Describe the bug** For long matlab files, the formatter does not finish running when the MATLAB terminal is open at the same time. **To Reproduce** Steps to reproduce the behavior:...

bug

It would be great to add sections and therefore also to be able to increment values and run sections. Thank you!

enhancement

If you right click a token (some function, variable, etc), then select "Go to Definition", VS Code will navigate to where that token was originally defined. For functions, this may...

bug

**Correct behavior** If a `dbstop` exists in the code, MATLAB will open a separate window with this file open in debug mode (when it hits an error). The process (in...

bug

1. Start MATLAB from VS Code 2. `Change current directory` to the current one in the workspace (`fol1`) 3. Close VS Code, and open again from a different directory (`fol2`)...

enhancement