Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>flowchartNew to Visual Studio Code? Get it now.
flowchart

flowchart

zcfrank1st

|
9,298 installs
| (0) | Free
dsl to generate flowchart
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode flowchat plugin

Features

use dsl to generate flowchart

Requirements

  • java environment in PATH
  • config extension core lib path, which core lib can download from https://github.com/zcfrank1st/flow-lang/releases(v1.2)

User Setting

    "editor.tokenColorCustomizations": {
        "textMateRules": [
            {
                "scope": "flow.step",
                "settings": {
                    "foreground": "#33CCFF"
                }
            },
            {
                "scope": "flow.opt",
                "settings": {
                    "foreground": "#CC6633"
                }
            },
            {
                "scope": "flow.label",
                "settings": {
                    "foreground": "#990033"
                }
            }
        ]
    }

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft