I am using Eclipse CDT for C code browsing at work. Very often I like to search for a function name that I really don't know the name of.
The good part is that there is a search available and as soon as I start typing with my cursor in the Outline window, it starts looking for a match.
The problem, though, is that my guess has to match the beginning of the function name.
i.e. I can find get_var_xyz() by typing get_var_xyz() or narrow down to get_var_xyz and get_var_abc by typing get_var.
I cannot just simply search for xyz if I don't know what the preceding text is. That's what I want to be able to do.
Is there a setting for this hiding somewhere? Or a plugin I could install?
Alternatively, it doesn't even have to be via Outline. As long as I can say "In the current file, show me all functions that contain this text"
Thanks in advance!
So I found this. If you do a "Ctrl+O" it brings up a small window called the quick outline. In this I can use wildcard (*) while searching which is extremely useful!
You can try Navigate->Open Element from the main menu. That dialog supports wildcards, has rich filtering capabilities and works across several files. If I need to find something in a single file, I usually use increamental find (Ctrl+J)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With