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