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

[ENHANCEMENT] Please add the scripts for building the database #93

Open eda1-fiunam opened 3 years ago

eda1-fiunam commented 3 years ago

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!

ruben2020 commented 3 years ago

Hi @eda1-fiunam Thanks. So you're requesting for the CodeQuery GUI to provide a kind of wizard-like function to graphically create the database right?