Hacker News new | ask | show | jobs
by brynjolf 1205 days ago
One thing missing from Mermaid is pointing arrows to class members, I use this sometime to create mapping diagram between entities that should be visible in more places than just the implementation code.

With PlantUML you can do this ClassA::memberB - - |> ClassC::memberD

There is an issue on github but no movement.