In many cases tab autocompletion in the VS code MATLAB terminal struggles relative to the same autocompletions in MATLAB desktop:
example 1 - quotes:
with a folder "foo"
becomes
example 2 - sub-directories:
with a folder "foo/bar"
becomes
example 3 - opening simulink model
with a model "foo.slx" in the current directory:
becomes
All of these examples work well in matlab desktop mode
Useful Information
- MATLAB Version: 25b
- OS Version: win11
In many cases tab autocompletion in the VS code MATLAB terminal struggles relative to the same autocompletions in MATLAB desktop:
example 1 - quotes:
with a folder "foo"
cd("fbecomes
example 2 - sub-directories:
with a folder "foo/bar"
cd("foo\bbecomes
example 3 - opening simulink model
with a model "foo.slx" in the current directory:
becomes
All of these examples work well in matlab desktop mode
Useful Information