MATLAB-extension-for-vscode icon indicating copy to clipboard operation
MATLAB-extension-for-vscode copied to clipboard

Shift + up arrow key does not let you select multiple previously executed commands from the terminal

Open robertoffmoura opened this issue 1 year ago • 1 comments

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

  1. Type disp("hello") in the terminal, press enter, type disp("world") in the terminal, press enter
  2. Hold shift + up arrow
  3. 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

robertoffmoura avatar Feb 28 '25 08:02 robertoffmoura

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

philipb314 avatar Feb 28 '25 14:02 philipb314