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

[Feature] Highlight current function #82

Closed LSergM closed 4 years ago

LSergM commented 4 years ago

Hello everyone. I would like to say thank you for this app I enjoy it a lot.

It will be great to have this feature. Description: When your cursor stay inside a function it will highlight current function from the list. image

ruben2020 commented 4 years ago

Thank you. That's a great idea.

LSergM commented 4 years ago

Hello Ruben. I would like to ask you about opportunity to get bin files from "develop" branch. Could you explain me how could I do it? I would like to test new functionality. Thank you.

ruben2020 commented 4 years ago

Hi @LSergM It's easier if you're using Linux or Mac.

Try this: git clone https://github.com/ruben2020/codequery cd codequery git checkout develop

After this, follow the steps in the INSTALL-LINUX.md file.

ruben2020 commented 4 years ago

@LSergM The feature you requested has been added to the develop branch.