Navigating Through Code

Visual Studio provides tools for moving quickly to precise locations in your code. These tools include:

  • Find and Replace window

  • Bookmarks window

  • Error List window

  • Task List window

In This Section

  • Finding and Replacing
    The Find and Replace window allows you to locate and edit text, code, or symbols in one or more documents or across an entire solution.

  • Setting Bookmarks in Code
    How to use the Bookmarks window to set, store, and manipulate bookmarks in your code.

  • Locating Tasks and Errors in Code
    The Error List displays code problems detected by the compiler. The Task List displays comments in your code on work to be done. Each entry links to a specific line in your code files.