ruben2020 / codequery

A code-understanding, code-browsing or code-search tool. This is a tool to index, then query or search C, C++, Java, Python, Ruby, Go and Javascript source code. It builds upon the databases of cscope and ctags, and provides a nice GUI tool.
https://ruben2020.github.io/codequery/
Mozilla Public License 2.0
685 stars 86 forks source link

Generate UML Class Diagram for entire codebase #45

Open ruben2020 opened 10 years ago

ruben2020 commented 10 years ago

All necessary info from ctags. If can't generate internal visualization, then we can use Graphviz DOT. Only applicable to OO languages. In addition, for Java and C++, we should be able to see the types of the members.