mathworks / mathworks/MATLAB-extension-for-vscode

Tab autocompletion struggles relative to desktop

Open
#334 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
435
Forks
40
PR merge metrics
No merged PRs in 30d

Description

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("f

becomes

cd(foo\

example 2 - sub-directories:
with a folder "foo/bar"

cd("foo\b

becomes

cd(bar\

example 3 - opening simulink model
with a model "foo.slx" in the current directory:

open f

becomes

open 

All of these examples work well in matlab desktop mode

Useful Information

  • MATLAB Version: 25b
  • OS Version: win11

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the three completion cases in the VS Code MATLAB terminal on Windows 11 with MATLAB 25b, then compare them with MATLAB desktop behavior. Completion is fixed when quoted folders, subdirectories, and the foo.slx model retain the expected path or filename instead of dropping or altering it.

Written by the indexing model from the issue text.

Assessment

Tech stack
matlab, typescript, vscode
Domain
cli, developer-experience, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.