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.

Home Page:https://ruben2020.github.io/codequery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dumb question regarding GUI

mvellon opened this issue · comments

If I'm viewing a function and double click on a call to another function, I see that the filename and line where the function is defined. Is there any key or mouse gesture that will navigate to that file/line?

commented

@mvellon At the moment, there isn't, but this is a good feature suggestion. I will look into it. Thanks.

commented

@mvellon Unfortunately scintilla doesn't seem to have the ability to click annotations. But my original intention is that once you double-click and select a function name, you can click on the "copy, paste and search" button to search for it, then select from the result list.