MATLAB-extension-for-vscode icon indicating copy to clipboard operation
MATLAB-extension-for-vscode copied to clipboard

Printing links in the command window

Open Titas22 opened this issue 10 months ago • 1 comments

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()

Titas22 avatar Apr 03 '24 17:04 Titas22

Thanks for the feedback! This is definitely something we will consider supporting in a future release.

philipb314 avatar Apr 03 '24 17:04 philipb314