codequery
codequery copied to clipboard
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 cscop...
Let consider this command: ```ps cqsearch.exe -s "C:\Work\Test\CodeQuery.db" -p8 -t func_name -f -u ``` We are searching for all the `func_name` function calls in the code. This would be the...
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...
Hi, i try to run cqmakedb on c project but i got the following error. ``` > cqmakedb -s cq.db -c cscope.out -t tags -p cscope.out sanity check Error Unsupported...
When I select a function I only get a partial image and I am unable to save it. ![Uploading Screenshot from 2021-07-30 07-06-24.png…]()
When I select a function I only get a partial image and I am unable to save it. ![Uploading Screenshot from 2021-07-30 07-06-24.png…]()
It would be great to be able to import in `codequery` all of the source files and project configuration through an already existing `compile_commands.json` file, which is already the core...
It is actually a wish. I have some projects with mixed python, c and c++ files. Since python is processed by pycscope and c/c++ is processed by cscope (besides ctags)...
I'm using codequery with Java and I'm wondering whether there is a way to find implementations of an interface. is there a way to do this with one of the...
I use codequery in combination with other ide (vscode). codequery is very good in browsing through code base. Currently parsing a tags file (with cqmakedb) results in only adding additional...
Would you like to [add more error handling](https://github.com/ruben2020/codequery/blob/f5645c59031504d7a9c7db3c5fcb89d77129831d/makedb/csdbparser.cpp#L245 "Update candidate: csdbparser::open_file()") for return values from a function like “[fopen](http://pubs.opengroup.org/onlinepubs/9699919799/functions/fopen.html "Open a stream")”?