-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
949fc35
commit c9f3915
Showing
1 changed file
with
0 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c9f3915
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How to use this plugin?
c9f3915
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically it is supposed to work, right when you install it (but you can change some settings in the Tools -> Options -> GraphvizVS).
Where there are .dot files, it adds a custom icon, and offers some basic intellisense.
And in .dot files you can then open a new window through the View menu, and then when you save the file it updates the preview window with the newly refreshed graph.
Also you can go to Build tool menu or besides the Run buttons and there is an option to export the graph (instead of using the command line)...
c9f3915
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh thank you for pointing that out, I learnt something about Visual studio now yey. actually I am kind of new to visual studio and trying to learn about the environment.
So yes, I checked out the options but like, is it supposed to select a folder, does it automatically just creates a file in the project folder? or any manual interaction required to do that?
c9f3915
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The options are there just if you really want to customize something (personally I keep it default).
Basically like I said, for the graph preview you need to first open the window from the View menu, and then save the .dot document.
For the exporting, you just click the export button, and select the save location.
c9f3915
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well thank you so much, I wonder if you could also add this point in the project README.md for other users as well, quite useful and informative.
c9f3915
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great idea, I will see... But if you have any spare time, you could also make a pull request :)