goplantuml icon indicating copy to clipboard operation
goplantuml copied to clipboard

[question] GoLand plugin?

Open MichaelSnowden opened this issue 2 years ago • 1 comments

I see that there's already a PlantUML plugin for GoLand, but that does not generate PlantUML diagrams, it only helps you view and manipulate them. Is there a plugin that will run this tool to generate the PlantUML from GoLand?

Thanks

MichaelSnowden avatar May 17 '23 00:05 MichaelSnowden

For anyone has similar requirement in Goland or Intellij idea, you can follow this

  1. make sure that goplantuml is installed and added to PATH
  2. settings -> Tools -> External Tools -> Add
image

Then you can right click on folder/file and choose the added External Tools to generate .puml file

image

OpenWaygate avatar Jan 03 '24 06:01 OpenWaygate