goplantuml
goplantuml copied to clipboard
[question] GoLand plugin?
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
For anyone has similar requirement in Goland or Intellij idea, you can follow this
- make sure that
goplantumlis installed and added toPATH - settings -> Tools -> External Tools -> Add
Then you can right click on folder/file and choose the added External Tools to generate .puml file