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

Dumb question regarding GUI #70

Closed mvellon closed 4 years ago

mvellon commented 6 years ago

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?

ruben2020 commented 6 years ago

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

ruben2020 commented 4 years ago

@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.