All Projects → Stephanvs → vscode-graphviz

Stephanvs / vscode-graphviz

Licence: MIT License
This extension provides GraphViz (dot) language support for VS Code.

Projects that are alternatives of or similar to vscode-graphviz

DotNetGraph
Create GraphViz DOT graph with .NET / C#
Stars: ✭ 57 (+171.43%)
Mutual labels:  graphviz, dot
digraph-parser
Java parser for digraph DSL (Graphviz DOT language)
Stars: ✭ 38 (+80.95%)
Mutual labels:  graphviz, dot
Viz.js
A hack to put Graphviz on the web.
Stars: ✭ 3,602 (+17052.38%)
Mutual labels:  graphviz, dot
vscode-interactive-graphviz
Interactive Graphviz Dot Preview for Visual Studio Code
Stars: ✭ 57 (+171.43%)
Mutual labels:  graphviz, vscode-extension
doteur
Tool to automate the visualisation of SQL schemas from a SQL file
Stars: ✭ 80 (+280.95%)
Mutual labels:  graphviz, dot
AAG-Visualizer
🌆 🏙 🌃 Viz.js Graphviz - An Elegant Visualizer for And-Inverter Graph
Stars: ✭ 95 (+352.38%)
Mutual labels:  graphviz, dot
rel
command line tool for managing personal graphs of anything and writing them to dot
Stars: ✭ 51 (+142.86%)
Mutual labels:  graphviz, dot
redot
Graphviz dot file processor powered by plugins based on @unifiedjs
Stars: ✭ 60 (+185.71%)
Mutual labels:  graphviz, dot
cl-dot
Common Lisp package for generating GraphViz (dot) files
Stars: ✭ 24 (+14.29%)
Mutual labels:  graphviz, dot
GiGraph
Simple yet versatile library for generating graphs in the DOT language
Stars: ✭ 25 (+19.05%)
Mutual labels:  graphviz, dot
vscode-phpserver
Visual Studio Code extension to quickly serve your PHP projects :)
Stars: ✭ 62 (+195.24%)
Mutual labels:  vscode-extension
firecode
VS Code Firestore Rules Extension
Stars: ✭ 35 (+66.67%)
Mutual labels:  vscode-extension
alphasql
AlphaSQL provides Integrated Type and Schema Check and Parallelization for SQL file set mainly for BigQuery
Stars: ✭ 35 (+66.67%)
Mutual labels:  graphviz
graphviz-react
React component for displaying Graphviz graphs
Stars: ✭ 65 (+209.52%)
Mutual labels:  graphviz
vscode-mermaid-editor
Live editor and image creator for mermaid.js in Visual Studio Code
Stars: ✭ 23 (+9.52%)
Mutual labels:  vscode-extension
vscode-less
🔌 Less intellisense for Variables and Mixins in all Less files.
Stars: ✭ 21 (+0%)
Mutual labels:  vscode-extension
vscode-jump
🏃‍♂️ Jump/Select to the Start/End of a word in VSCode
Stars: ✭ 67 (+219.05%)
Mutual labels:  vscode-extension
vscode-php-sniffer
Visual Studio Code extension for PHP_Codesniffer validation and formatting.
Stars: ✭ 41 (+95.24%)
Mutual labels:  vscode-extension
craftql
A CLI tool to visualize GraphQL schemas and to output a graph data structure as a graphviz .dot format
Stars: ✭ 75 (+257.14%)
Mutual labels:  graphviz
vscode-text-marker
Visual Studio Code Extension. Select text in your code and mark all matches. The marking colour is configurable
Stars: ✭ 61 (+190.48%)
Mutual labels:  vscode-extension

vscode-graphviz

This extension provides GraphViz (dot) language support for VS Code.

Functionality

  • Syntax Highlighting
  • Snippets
    • graph Graph Template
    • > Convert > to ->
    • var New Variable
    • var New variable [plaintext]
    • prop Property [dir=both…]
    • prop Property [shape=box]
    • prop Property [styles…]
    • path Path from -> to [label]
    • path Path from -> {to list}
    • rank { rank=same|min|max; x; y }

Install

Open up VS Code and hit F1 and type ext select install and type dot hit enter and reload window to enable.

Preview of Syntax Highlighting

Attribution

"GraphvizLogo" by Source. Licensed under Fair use via Wikipedia

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].