Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>PlantUML + GPTNew to Visual Studio Code? Get it now.
PlantUML + GPT

PlantUML + GPT

bsorrentino

|
2,728 installs
| (0) | Free
view that allow to create/update plantUML diagram using GPT
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-plantuml-gpt

vscode extension that allows to create/update PlantUML diagram using GPT. Thought to work jointly with PlantUML extension

Features

  • Show GPT panel when a plantuml editor is activated.
  • Uses current diagram as input context for GPT processing, this allows to perform intelligent update
  • Keeps track of submitted prompts with possibility to persist them

Create a diagram from Image

From version 0.4.x there is the possibility to generate a PlantUML script from an image either in the project workspace or from an URL. In the video below you can see how generate a PlantUML diagram from an image into workspace:

create diagram from image

Create a diagram using NLP

Describe best as you can the diagram that you'd like to create and GPT will generate it. In the video below you can see the generated diagram using prompt:

Write sequence diagram that represent an invocation to a "microservice" that need authentication based upon the OAuth2 standard flow 

create diagram

Update a diagram using NLP

You can also give to GPT an instruction to update current diagram

update diagram

Requirements

  1. Need to have an extension able to define a PlantUML editor (ie. define plantuml document type). Take a look to PlantUML extension

Extension Settings

You need to configure an OpenAI token to enable extension

Release Notes

0.4.4

  • Externalize model names in configuration. fix issues [#6] and [#7]

0.4.3

  • Improve error message. fix issue #4

0.4.2

  • Update Readme with Image to Diagram video.

0.4.1

  • Fix the 0.4.0 release.

0.4.0

  • Add AI Multi-Modality using GPT-4 Vision API to transform image representing diagram in plantuml script.
    • Transform images from URL (online images)
    • Transform images in the current VSCode Workspace

0.3.0

  • Move out from deprecated OpenAI API Model moving from Edit Model to Chat Completion

0.2.0

  • show the tokens usage

0.1.0

  • Show GPT panel when a plantuml editor is activated.
  • Uses current diagram as input context for GPT processing, this allows to perform intelligent update
  • Keeps track of submitted prompts with possibility to persist them

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