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.
The app might include a menu option to create the database automatically using the same instructions you gave in the README. Perhaps the user have the option to select or not what kind of files she is interested ([ ]*.c, [ ]*.cpp, [ ]*.cc, ... etc).
The app might include a menu option to create the database automatically using the same instructions you gave in the README. Perhaps the user have the option to select or not what kind of files she is interested (
[ ]*.c, [ ]*.cpp, [ ]*.cc
, ... etc).BTW, Great job!