Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow search by filename #468

Open
gnodar01 opened this issue Mar 7, 2024 · 1 comment
Open

Allow search by filename #468

gnodar01 opened this issue Mar 7, 2024 · 1 comment

Comments

@gnodar01
Copy link

gnodar01 commented Mar 7, 2024

As an extension to #38, it would be great to be able to search by filename.

The problem I'm personally having is that I have an application which has a Module abstract class that requires all concrete inheriting classes to define a run function. The issue is that I have many such concrete classes that get run in a pipeline fashion together. So I'll have dozens of occurrences of the run function show up in the sandwich view (which I can search for), and when I hover over any of them it will display the filename, e.g. src/modules/someconcretemodule::run and src/modules/someotherconcretemodule::run, but I can't search for "src/modules/someconcretemodule" specifically. Instead I have to go through the many occurrences of run until I find the one I'm looking for.

The general motivation is similar, it is often the case that the same function name appears many times throughout the codebase, but in different file. Being able to filter/search by function name AND filename, or just filename alone, would be very helpful.

@gnodar01
Copy link
Author

gnodar01 commented Mar 7, 2024

Screenshot for an example of what I mean. It would be tremendously helpful to be able to search for measurecolocalization.py specifically

Screenshot 2024-03-06 at 7 30 00 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant