tintinweb / vscode-interactive-graphviz

Interactive Graphviz Dot Preview for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.graphviz-interactive-preview
GNU General Public License v3.0
143 stars 22 forks source link

'Solo' a Chain #133

Open andrewellis55 opened 1 year ago

andrewellis55 commented 1 year ago

The highlighting of chains is a great feature. I was wondering if this feature could be extended to 'solo' a chain. Essentially re-rendering the graph with only the selected chain present. It could be helpful when navigating massive graphs like UML generated from large codebases.

bigbug commented 1 year ago

Thank you for this suggestion. It sounds useful. However, we have to see how we can incorporate this in the UI which will probably take some time.

bigbug commented 1 year ago

I already created a proof of concept and it seems to be fairly easy to accomplish. Needs some more refinement, but will soon be ready to go.