Skip to content

Commit

Permalink
Remove preview metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aglasencnik committed Jan 28, 2024
1 parent 949fc35 commit c9f3915
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GraphvizVS/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<Icon>Resources\Icon.png</Icon>
<PreviewImage>Resources\Icon.png</PreviewImage>
<Tags>graphviz, visual-studio, tools, graphs, vsix, dot-language</Tags>
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
Expand Down

6 comments on commit c9f3915

@PBJI
Copy link
Contributor

@PBJI PBJI commented on c9f3915 Feb 15, 2024

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?

@aglasencnik
Copy link
Owner Author

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)...

@PBJI
Copy link
Contributor

@PBJI PBJI commented on c9f3915 Feb 15, 2024

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?

@aglasencnik
Copy link
Owner Author

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.

@PBJI
Copy link
Contributor

@PBJI PBJI commented on c9f3915 Feb 15, 2024

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.

@aglasencnik
Copy link
Owner Author

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 :)

Please sign in to comment.