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
241 stars 16 forks source link

Autocomplete for VSCode MATLAB terminal #159

Closed bjmarfito closed 4 months ago

bjmarfito commented 4 months ago

Is your feature request related to a problem? Please describe. I would like to suggest if MATLAB terminal can autocomplete codes added in MATLAB path by pressing TAB key.

Describe the solution you'd like For exmaples, when I used MATLAB terminal in VSCode it autocompletes the code or gives suggestions which is the same as with MATLAB GUI Desktop Command Window.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

dklilley commented 4 months ago

Thanks for the request!

I believe this is the same as #104 , so I am going to close this as a duplicate of that issue. If that issue does not capture your request accurately, please feel free to add a comment!