https://github.com/aglasencnik/graphvizvs
Streamline your Graphviz graph creation in Visual Studio with GraphvizVS; instantly preview and export diagrams with added IntelliSense support for quicker editing.
https://github.com/aglasencnik/graphvizvs
dot-language graphs graphviz tools visual-studio vsix
Last synced: 19 days ago
JSON representation
Streamline your Graphviz graph creation in Visual Studio with GraphvizVS; instantly preview and export diagrams with added IntelliSense support for quicker editing.
- Host: GitHub
- URL: https://github.com/aglasencnik/graphvizvs
- Owner: aglasencnik
- License: mit
- Created: 2024-01-25T18:06:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-09T15:42:42.000Z (8 months ago)
- Last Synced: 2025-04-05T13:23:26.188Z (about 1 month ago)
- Topics: dot-language, graphs, graphviz, tools, visual-studio, vsix
- Language: C#
- Homepage:
- Size: 9.81 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GraphvizVS

Streamline your Graphviz graph creation in Visual Studio with GraphvizVS; instantly preview and export diagrams with added IntelliSense support for quicker editing.
## Features
- Real-time graph preview within Visual Studio.
- Support for exporting graphs to various formats (PNG, SVG, PDF, etc.).
- Basic IntelliSense support for graph syntax and keywords.## Installation
1. Download the latest release from the [Releases page](https://github.com/aglasencnik/GraphvizVS/releases) or the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=AmadejGlasencnik.GraphvizVS).
2. Open Visual Studio.
3. Navigate to `Extensions` > `Manage Extensions`.
4. Install the downloaded package.## Usage
- To preview a graph, open the graph window from the View menu, and save the .dot document. The preview window will update with the refreshed graph.
- To export a graph, click the export button and select the desired format and save location.## Support the Project
If you find this project useful, consider supporting it by [buying me a coffee](https://www.buymeacoffee.com/aglasencnik). Your support is greatly appreciated!
## Contributing
Contributions are welcome! If you have a feature to propose or a bug to fix, create a new pull request.
## License
This project is licensed under the [MIT License](https://github.com/aglasencnik/GraphvizVS/blob/master/LICENSE.txt).
## Graphviz Licensing
- The Graphviz binaries included in this extension are licensed under the Eclipse Public License - v 1.0. A copy of the EPL v1.0 is provided with the binaries.
- Any additional content or code in this extension, created by the package author, is licensed under the MIT License. The MIT License text is included separately in the extension.## Acknowledgment
This package includes binaries from [Graphviz](https://graphviz.org/), an open source graph visualization software.
## Support
Experiencing issues? Please raise an issue on this repository, or open a new discussion.