mathworks / mathworks/MATLAB-extension-for-vscode
Printing links in the command window
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 435
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
When using links (<a href=""> </a>) in VSCode using disp() or fprintf() it does not get printed as a clickable link.
Example:
disp('Open <a href="matlab: opentoline(which(''edit.m''),200)">edit.m line 200</a>!')
Output in VSCode:
While in MATLAB:
This is also the case with the links used in warning() and error()
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue concerns clickable links produced by MATLAB disp(), fprintf(), warning(), and error() output in the VS Code command window, but names no repository files or tests. Trace how command-window output is rendered and compare its link handling with MATLAB. Done means links from all four functions are clickable, with regression coverage for the reported cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100