mathworks / MATLAB-extension-for-vscode

This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.
https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab
MIT License
215 stars 13 forks source link

Printing links in the command window #124

Open Titas22 opened 3 months ago

Titas22 commented 3 months ago

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

philipb314 commented 3 months ago

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