How to Install codequery in Ubuntu 18.04



Install codequery by entering the following commands in the terminal:

sudo apt update
sudo apt install codequery

Description:

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 Exuberant ctags. . The databases of cscope and ctags would be processed by the cqmakedb tool to generate the CodeQuery database file. . The CodeQuery database file can be viewed and queried using the codequery GUI tool.

Homepage: https://github.com/ruben2020/codequery

Version: 0.21.0+dfsg1-1

Section: universe/devel