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
215 stars 13 forks source link

Command Window in VSCode does not support tab completion #151

Closed gohma231 closed 3 weeks ago

gohma231 commented 3 weeks ago

Describe the bug Pressing tab does not show a list of workspace variables or functions for use in the MATLAB Command Window.

To Reproduce Steps to reproduce the behavior:

  1. CMD+Shift+P
  2. Select "MATLAB: Open Command Window"
  3. Enter testVar = 10
  4. Type testV
  5. Press tab. Note that there are no suggestions.

Expected behavior Pressing tab will complete variables and show potential completions just like in the GUI.

Useful Information

image

dklilley commented 3 weeks ago

Thanks for the request! This feature request is currently tracked by #104, so I will be closing this issue to minimize duplication. Please feel free to add any additional comments to #104!