MATLAB-extension-for-vscode
MATLAB-extension-for-vscode copied to clipboard
Shift + up arrow key does not let you select multiple previously executed commands from the terminal
Describe the bug In the MATLAB editor, holding shift and pressing the up arrow key lets you select multiple previously executed commands from the terminal. It looks like this isn't supported in the VS Code extension yet.
To Reproduce
- Type
disp("hello")in the terminal, press enter, typedisp("world")in the terminal, press enter - Hold shift + up arrow
- Nothing shows up
Expected behavior In the MATLAB editor, a list of the previously executed commands pops up and you can select multiple commands.
Useful Information
- OS Version: "Red Hat Enterprise Linux" VERSION="8.10 (Ootpa)"
- VS Code Version: 1.96.2
Hello Roberto,
Yes, this functionality isn't supported in the extension yet, but it is definitely something we can consider including in a future release.
Thanks! Philip