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
244 stars 16 forks source link

Improve performance when working with large workspaces containing many MATLAB files #166

Open dklilley opened 4 months ago

dklilley commented 4 months ago

There have been reports of poor performance when working workspaces containing large numbers (>100s) of MATLAB files. Specifically, this appears to be impacting the code outline and code navigation.

Workaround: Reducing the size of your active workspace should alleviate these performance issues.