hediet / vscode-drawio

This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
https://marketplace.visualstudio.com/items?itemName=hediet.vscode-drawio
GNU General Public License v3.0
9.02k stars 406 forks source link

Feature Request: "XML Side by Side" for svg file #375

Open meteorlin opened 1 year ago

meteorlin commented 1 year ago

Excellent! I know the "XML Side by Side" feature may working wrong for svg file, but I found that we can edit the diagram data via Extras-Edit Diagram .... image

As I tried, I have to do twice clicks to expand the menu (without keyshort to open the data editor), create an empty file to edit these data as the embedded editor can not "find or replace" any text and then paste them back to the embedded editor, which is too complex and can not be real-time refreshing. So, is it possible to make an embedded editor (can be waked by some keyshot) to edit these diagram data in real-time refreshing?

meteorlin commented 1 year ago

Due to the need to embed diagram to markdown, I use .drawio.svg rather than .drawio file.

hediet commented 1 year ago

So, is it possible to make an embedded editor (can be waked by some keyshot) to edit these diagram data in real-time refreshing?

Should be, I'm open for PRs ;)