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'm currently using the MATLAB extension for VSCode, and I've run into an issue that I believe could be improved. The extension currently does not allow for setting the Linter...

In MATLAB, sections (denoted by `%%` ) can be folded to improve code navigation and readability. Can this be added to the VSCode extension?

enhancement

In the Matlab editor it is possible to rename instances of a variable by changing the name at one place and hitting Shift + Enter. Other lsp's I use for...

enhancement

It would be great to get loop highlighting like in the MATLAB editor, so that (for instance) when you select "else" the corresponding if and ends are highlighted. Right now,...

enhancement

Hello, thanks for this first release of the MATLAB VS Code extension, it is very welcome! As I have multiple MATLAB installations installed I'd like to be able to select...

enhancement

**Describe the bug** When auto-completing a string in a function call, the auto-complete inserts an extra quote at the end, resulting in a syntax error. **To Reproduce** Steps to reproduce...

bug

I am unable to run any MATLAB files in VScode with the MATALB extension for VScode. The error I get seems to suggest it is an error due to erroneous...

bug

Hi all, First of all, thank you for this extension. For making all my files accessible, I generally use the UI to add folders and subfolders to the path by...

enhancement

Consider the following `classdef`: ```matlab classdef foo methods function obj = foo2() % lorem ipsum % lorem ipsum % lorem ipsum % lorem ipsum % lorem ipsum % lorem ipsum...

enhancement

The lack of syntax highlights for nested function variables makes them hard to distinguish from regular variables...

enhancement