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
680 stars 86 forks source link

How to add erlang support? #63

Open johnzeng opened 7 years ago

johnzeng commented 7 years ago

For examle erlang(erlang tags comes with vim plugin):

erlang-tags erlcscope

how do I make codequery support erlang?

ruben2020 commented 7 years ago

Hi @johnzeng I tried erlcscope before, but the cscope.out file produced by it seems to be unusable with cqmakedb at the moment. I tried to generate cscope.out using erlcscope using the source code of erlcscope itself.

johnzeng commented 7 years ago

As an erlang user, I think grep is enough so I use erlcscope rarely....