jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.84k stars 172 forks source link

[question] GoLand plugin? #157

Open MichaelSnowden opened 1 year ago

MichaelSnowden commented 1 year ago

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

OpenWaygate commented 9 months ago

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