The C/C++ Search mechanism provided by the C/C++ Development Plugin enables users to search for both text (string) and specific C/C++ data types - variables, functions, macros, etc. |
The C/C++ Search Tool accessed through the Eclipse Search dialog. There are three ways to open the Eclipse Workbench Search dialog.
|
Select the C/C++ Search tab. ![]() |
The goal for the C/C++ search mechanism is to enable the user to easily navigate and understand the source code in hand. The C/C++ search tab consists of four groups or areas:
|
|
![]() Click ![]() Note: You can switch focus to the source code location by:
|
"Limit to" group has not been implemented |
Before using C/C++ search mechanism, the C/C++ code must be parsed first. |