Share via


Finding Lines of Code

There are various ways available in the Visual Studio integrated development environment (IDE) to move through documents to find lines of code.

To mark and retrieve lines of code

  • Bookmark lines of code in a file, and then navigate through all bookmarks using the Next / Prev Bookmarks commands.
  • Add annotations to your code, and then click their Task List shortcuts to find them.
  • Toggle through open document windows with CTRL+ALT+TAB.
  • Move through your editing history in one document or in multiple documents by clicking the Forward and Back buttons on the standard toolbar.

For more information, see Navigating within the Integrated Development Environment.

See Also

Annotating Code | Task List Window