mathworks / MATLAB-extension-for-vscode

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.
https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab
MIT License
215 stars 13 forks source link

Better support for Matlab Projects #123

Open reserschnell opened 3 months ago

reserschnell commented 3 months ago

I'm heavily using Matlab Projects for path handling and at the moment I use openProject() function to start the project.

It would be good if the Matlab extension is aware about the existence of PRJ files and directly proposes to open the project.

dklilley commented 3 months ago

Thanks for the suggestion! This is something we will consider for a future update!