Just like Advanced Search, Eclipse/CDT can also search C/C++ specific.
The options are self-explanatory.
and would search all the types of Elements.There is more than what meets the eye. Just like the scope resolution operator of C++,
::
is the magic separator.
So, searching for *::in
would find us all the class/structures that have
in
as the member field.
We can also extend the view. From Advanced search options.
, we to getIf we enable See the Search results with function/structure names
, we canSimilarly, with See the Search results in table format.
, we canCtrl + G
is a quick short-cut. Just select an element, and press
Ctrl + G
. Eclipse will quickly show us the contextual references of
the given element.
To quickly go to the next/previous element, you may have to enable the Annotations