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.
**Is your feature request related to a problem? Please describe.** Consider a user who has MATLAB installed on a remote resource (e.g. a cloud sever or HPC cluster) and VS...
**Is your feature request related to a problem? Please describe.** Several people have requested the equivalent of the MATLAB Desktop's Workspace browser. For example: * https://blogs.mathworks.com/matlab/?p=2032#reply_2585031 * https://www.reddit.com/r/matlab/comments/1b7bbuh/comment/kthlqi9/?utm_source=share&utm_medium=web2x&context=3
Run Cell
In v1.2.0 **Run MATLAB Code** is supported via *Run File* and *Run Current Selection*. This is great, but going further add *Run Cell* using the known and already in use...
Very nice to see a vscode extension by mathworks! When using MATLAB, I have multiple addpath statements in my `startup.m` for libraries or projects that I use daily. Could you...
On the MATLAB IDE, any line continuation using ellipses (...) automatically indents the next line. On VS Code, this occurs when the continuation occurs after some operator ('=', '+', etc),...
This request was raised by @goldrik in #85. VS Code should detect if a line is continuing and automatically add ellipses when the user presses `enter` while typing out a...
**Describe the bug** In proxy-supported environments, the extension fails to establish a connection to MATLAB, because it is attempting to route its connection to `localhost` through your proxy host. The...
When a new file is opened in the editor, MATLAB populates the "Problems" panel with its warnings and errors. For example, when a built-in function is opened in the editor...
Splitting part of #8 into this feature request, as the other part of it has been resolved. It would be great to have code sections highlighted similar to the MATLAB...
It would be incredibly useful for teams to be able to enforce code style guidelines a la something like clang-format. Additionally, features like those provided in clang-tidy for variable/function/class naming...