mathworks / mathworks/MATLAB-extension-for-vscode

Printing links in the command window

Open
#124 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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:
image

While in MATLAB:
image

This is also the case with the links used in warning() and error()

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.