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.
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.
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.