vscode-interactive-graphviz
vscode-interactive-graphviz copied to clipboard
Interactive Graphviz Dot Preview for Visual Studio Code
This is motivated by a series of other issues with the extension that currently cripple the user experience, in particular the CPU load issues reported (and confirmed by many commenters)...
Is it possible to process only relevant digraph sections in the correponding file and not the complete file? I want to insert some digraph notes in a cpp file and...
Attributes in dot language should be separated by commas, not semicolons.
When formatting the code like this, the line lengths become very long. Could you add an option to break these lines according to max line length (e.g. defaulting to 100)?...