Skip to content

Instantly share code, notes, and snippets.

@kyzmitch
Created April 28, 2025 14:48
Show Gist options
  • Save kyzmitch/d538f360815e44097d5f7d0fadfc49a4 to your computer and use it in GitHub Desktop.
Save kyzmitch/d538f360815e44097d5f7d0fadfc49a4 to your computer and use it in GitHub Desktop.
PlantUML for VSCode

brew install --cask temurin

brew install graphviz

After that:

  • open VS code, and then
  • install plantuml markdown plugin and other plantuml plugin as needed
  • search for plantuml
  • find PlantUML: Command Args
  • open it

Add following:

{
  "plantuml.server": "https://www.plantuml.com/plantuml",
  "plantuml.render": "PlantUMLServer"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment