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

(Re-use) open editor in other group when following link on node #430

Open baflo opened 1 month ago

baflo commented 1 month ago

I love the feature that I can link files or lines to nodes, so I can open the references from nodes.

I don't know if there a other ways, but I use Shift+F3 for both creating a link (while having an active selection on a file or a line of code) and going to the reference (while having an active selection on a node).

However, when opening a reference, it always opens an editor in the same group as the diagram is. It would be favorable, if it re-use an open editor even if it's in another editor group and open a new editor in another group if none is open, yet.

keywords linkFileWithSelectedNode linkCodeWithSelectedNode