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
225 stars 14 forks source link

Shared command history #161

Open fschuman opened 1 month ago

fschuman commented 1 month ago

When working with both the VS code Matlab command line and the Matlab command line together, it would be great if the command history could be shared.

For example, for debugging one needs to work in Matlab's terminal after writing a function in VS Code. To avoid retyping and to foster correct commands, it would be helpful if the command history from VS Code would be available in Matlab, and vice versa.

dklilley commented 1 month ago

Thank you for the suggestion! I think this would be a great improvement!

We will consider this for a future update of the extension.