Chapter 5

Find and Replace and Help

WHAT’S IN THIS CHAPTER?

  • Using Visual Studio’s various Find and Replace tools
  • Navigating Visual Studio’s local help system

To be a productive developer, you need to navigate your way around a code base and find what you need quickly. Visual Studio 2012 provides not just one but a number of search functions, each suited to particular searching tasks. The first part of this chapter discusses each of these search functions and when and where to use them.

Visual Studio 2012 is an immensely complex development environment that encompasses multiple languages based on an extensive framework of libraries and components. You can find it almost impossible to know everything about the IDE, let alone each of the languages or even the full extent of the .NET Framework. As both the .NET Framework and Visual Studio evolve, it becomes increasingly difficult to stay abreast of all the changes; moreover, it is likely that you need to know only a subset of this knowledge. Of course, you periodically need to obtain more information on a specific topic. To help you in these situations, Visual Studio 2012 comes with comprehensive documentation in the form of the MSDN Library, Visual Studio 2012 Edition. The second part of this chapter walks you through the methods to research documentation associated with developing projects in Visual Studio 2012.

QUICK FIND/REPLACE

The simplest means to search in Visual Studio 2012 is via the Quick Find dialog.

The find-and-replace ...

Get Professional Visual Studio 2012 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.