I have already setup PlantUML plugin in PhpStorm.
and I have download Graphviz 2.36 and install in my machine.
I have searched how to setup Graphviz in order to use PlantUML to do a UseCase in PhpStorm, but I can't found any information
I have already setup PlantUML plugin in PhpStorm.
and I have download Graphviz 2.36 and install in my machine.
I have searched how to setup Graphviz in order to use PlantUML to do a UseCase in PhpStorm, but I can't found any information
It wasn't really clear to me how to install this thing, so here's some instructions with pictures.
First install the plugin:
Set the "Graphviz dot executable":
Optionally associate with .dot
files:
You have to wrap your code with @startuml
and @enduml
for it to do anything, so its not really a dot file, but good enough:
I missed setting the "Environment variable".
http://plantuml.sourceforge.net/graphvizdot.html
After setting it, restart your PHPstorm and it should be fine.