Hacker News new | ask | show | jobs
by mal10c 1874 days ago
I love Plantuml. This and xmind are my two favorite tools. Has anyone ever heard of a vscode plugin that will render the plantuml scripts into images and embed them into code? I'm thinking of a program (c, c++, java, python... whatever) that has plantuml in a comment. the plugin could render that as an image and show it in place of the comment. then it could provide an "edit" button to view/edit the comment.
2 comments

not vscode, but i do this with org-mode in emacs-- it's how i draw my sequence diagrams for work!
I think some combo of mdx and kroki should come close...