MATLAB-extension-for-vscode
MATLAB-extension-for-vscode copied to clipboard
Feature Request: Workspace Browser equivalent
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
Thanks for the feedback! This is definitely something we will consider including in a future release.
I'd be really excited to see this too! While we wait for an official implementation, here's a workaround.
- Use the
desktopfunction in the command terminal to open up MATLAB. - Change the layout so that only the workspace is showing, then rearrange it to fit your monitor.
- Using Windows PowerToys'
Always on Topfeature, you can pin the workspace so that it stays open in vs code, like in the picture below.
Ideally, the workspace browser would be in a dropdown menu similar to "Outline" and "Timeline." Thanks again for developing this extension!
Is there any update related to the display of workspace variables? I would also be excited to have it :)