I use Eclipse CDT to view C code at work. Very often I like to look for a function name that I really don't know.
The good part is that there is access to the search, and as soon as I start entering my cursor in the Outline window, it starts looking for a match.
The problem is that my guess should 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 canβt just find xyz if I donβt know what the previous text is. This is what I want to do.
Is there any setting for this hiding? Or a plugin that I could install?
Alternatively, it does not even have to be through Outline. So far I can say "Show all functions containing this text in the current file"
Thanks in advance!
source share