Multiple choice technology platforms and products

Following option in Visual Studio 2010 provides search-as-you-type support for files, types, and members?

  1. Navigate To

  2. Search

  3. Call Hierarchy

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The 'Navigate To' feature (Ctrl+,) in Visual Studio 2010 provides search-as-you-type functionality for quickly finding files, types, and members in your codebase. As you type, it incrementally filters and shows matching results. The regular 'Search' feature is for finding text in files, 'Call Hierarchy' is for viewing call relationships, and neither provides this specific search-as-you-type capability for code elements.