Generating UML diagram from Scala sources [closed]

2019-03-14 16:35发布

问题:

Is there any stand-alone tools (not Eclipse or Idea plugins) for generating class diagram from Scala source files?

回答1:

try Acceleo see an example of using it with scala here



回答2:

I had exactly this problem and couldn't find anything that would quickly draw a hierarchy from some Scala source code so I ended up creating something to do it. I've put it on GitHub in case it's useful to anyone else:

https://github.com/mikeyhu/scaladiagrams