DVT Eclipse IDE Types View - How to use the Quick Search
Transcript
Introduction
You can search using the Types View in many ways. Just type in the Quick Search bar a few letters, for example, div
or drive
.
Hierarchical Search
To narrow down results, you may use hierarchical search. To get just gpio-related results, search for gpio/drive
.
Camel-Case-Like Search
You can use camel-case-like search. Type just the initials of underscore-separated segments. For example, to find master driver, search m_d
. To find read after write, search r_a_w
.
Member Search
You can also search through the members using a dot (.
) in front of the search string. For example, to locate some enum name or class function or module port called read
, type .read
in the Quick Search bar. Note that the types containing matches are bolded.
Combining Search Methods
You can also combine all the search methods into powerful queries like gpio/s_t.body
.