Roberto
Roberto
This can be achieved by leveraging the existing tab autocompletion mechanism of the editor. When the user presses tab, create a fake file with the contents of the current terminal...
**Describe the bug** The MATLAB process continues running in the background even after closing the vscode window. **To Reproduce** Steps to reproduce the behavior: 1. Open a new vscode window...
**Describe the bug** if I type pwd() in the terminal it will print the directory that I selected when opening a folder in VS Code. However, that doesn't happen when...
Using the debugger, when changing the context to a function that is higher up in the call stack, the local variables defined in that function are accessible via the terminal...
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...
**Describe the bug** The MATLAB Language server crashes as soon as the extension starts. See the screen capture attached: https://github.com/user-attachments/assets/f1f041a7-2ee3-4088-a270-009a6916342e Output of MATLAB Language Server: ``` (11:36:26) matlabls: Log Directory:...
**Describe the bug** In the MATLAB IDE, when the user presses `TAB` and there are multiple possibilities to auto complete, a suggestions panel pops up, and the user can scroll...
Printing a table prints all rows by default. It should print just a few rows, like in the MATLAB IDE
**Describe the bug** Printing a table prints all rows by default. It should print just a few rows, like in the MATLAB IDE. **To Reproduce** ``` tb = table(); tb.("column")...
**Describe the bug** If we print a table with many columns on the terminal, the line wrapping makes it very hard to read. Pressing `alt` + `z` ([`workbench.action.terminal.sizetoContentWidth`](https://github.com/microsoft/vscode/blob/614751be45c115f740022240607057f3f2e82129/src/vs/workbench/contrib/terminal/browser/terminalInstance.ts#L2109)) and printing...