EFanZh / Graphviz-Preview

Extension for Visual Studio Code to preview Graphviz (DOT) files.
https://marketplace.visualstudio.com/items?itemName=EFanZh.graphviz-preview
MIT License
69 stars 5 forks source link

How to enable the preview #4

Closed longzy-oushu closed 6 years ago

longzy-oushu commented 6 years ago

Can't find window of graphviz preview.

In the shortcut settings not keyboard shortcut named graphviz.preview found. Although I do found the dot path in the setting. So I overrided the setting with the fowllowing: "graphviz-preview.dotPath": "/usr/local/bin/dot" FYI i'm using mac and installed the graphviz using brew, i'm not sure what is going on and pls tell me how to fix this..

EFanZh commented 6 years ago

@ion2014 You can open the command palette, then select “Graphviz: Show Preview” command.