Is there any stand-alone tools (not Eclipse or Idea plugins) for generating class diagram from Scala source files?
相关问题
- Unusual use of the new keyword
- Get Runtime Type picked by implicit evidence
- System sequence diagram - Can system request input
- What's the point of nonfinal singleton objects
- PlayFramework: how to transform each element of a
相关文章
- Gatling拓展插件开发,check(bodyString.saveAs("key"))怎么实现
- RDF libraries for Scala [closed]
- Why is my Dispatching on Actors scaled down in Akk
- How do you run cucumber with Scala 2.11 and sbt 0.
- GRPC: make high-throughput client in Java/Scala
- Setting up multiple test folders in a SBT project
- Testing request with CSRF Token in Play framework
- Run project with java options via sbt
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
try Acceleo see an example of using it with scala here