Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PlantUML auto generatorNew to Visual Studio Code? Get it now.

PlantUML auto generator

Goohan

|
92 installs
| (2) | Free
PlantUML automatic image generator
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PlantUML auto generate image

This extension automatically generates an image from the source code of a PlantUML diagram. The generation is performed by saving a file with one of the extensions associated with PlantUML: .wsd, .pu, .puml, .plantuml, .iuml.

The extension also provides a command available in the command palette (F1 or Ctrl+Shift+P). Be sure to choose the appropriate file type in the source explorer.

Features

Generate diagram image

demo

Generates an image from a PlantUML file. Generated image has the same name as the source file, but with a .png extension and is placed in the same folder as the PlantUML file. The image is generated by saving the file, but can also be generated using the command palette, in which case you must make sure to select the appropriate element (plantUML file) in the source explorer. If the file already exists, it's replaced.

Requirements

This extension uses node-plantuml library, so it requires Node.js to be installed.

Extension Settings

This extension has no settings yet.

Known Issues

No known problems

Release Notes

0.0.3

  • Metadata enhancements.

0.0.2

  • README.md file improvements.

0.0.1

Initial release.


Credits

  • This extension is strongly inspired by this article of Travis Illing and the source code included on it: PlantUML Diagrams in Azure DevOps Wiki Pages
  • The icon of this extension is based on the Flaticon library: Factory icons created by monkik - Flaticon

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft