vscode-terosHDL
vscode-terosHDL copied to clipboard
Add the option to insert images in the Module description.
I think it could be very interesting to have a label like @image="<path>" and this label inserts an image in the Module document.
@DRubioG Use markdown syntax inside a comment:
--!
--! Inserting an image with markdown syntax
--! 
--!
I think this option only works with online images. With local images I only see the crash image symbol.
Code:
--! 
--! 
@DRubioG This won’t function in the webview without a more substantial update. You can instead export the markdown and move the image to the appropriate path.