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.
To let cqsearch better support my plugin (and other editor plugins in the future), I added the '-u' option for it to solve the issue: devjoe/vim-codequery#1. This patch should not break any existing functions of cqsearch.
However, it has been a long long time since I last time wrote c++ ... Feel free to correct me. @ruben2020
Dear Ruben,
To let cqsearch better support my plugin (and other editor plugins in the future), I added the '-u' option for it to solve the issue: devjoe/vim-codequery#1. This patch should not break any existing functions of cqsearch.
However, it has been a long long time since I last time wrote c++ ... Feel free to correct me. @ruben2020