Generate Kotlin class diagram

谁说胖子不能爱 提交于 2019-12-05 15:57:40

问题


I'm looking for a tool, Intellij Idea plugin, or whatever that is able to generate UML class diagram from Kotlin source files.

Intellij Idea 15's "Show diagram..." tool only works for .java files.

Google doesn't help, but I still hope there is a chance to find a tool for this.


回答1:


Actually it works but with limitations: you can click only on a package in the project tree and click "Show Diagram...". Also it generates diagram from the Java point of view (shows Java's signatures and facade classes)



来源:https://stackoverflow.com/questions/33599780/generate-kotlin-class-diagram

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!