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

Add visualization (call graph) #2

Closed ruben2020 closed 11 years ago

ruben2020 commented 11 years ago

If the user searches for function "printHelp" and selects visualization, it should show functions calling printHelp and functions called by printHelp up to 1 or 2 levels deep in either direction, in a graph.

ruben2020 commented 11 years ago

First working version with visualization is 0.04. Already released.