From the course: Visual Studio 2019 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Find content and files with the Go To tool

Find content and files with the Go To tool - Visual Studio Tutorial

From the course: Visual Studio 2019 Essential Training

Start my 1-month free trial

Find content and files with the Go To tool

- [Instructor] I don't know about you, but when I'm working on a project, especially a medium or large-sized project, I sometimes need help finding the file or the type or the class that I'm looking for. I'm grateful that Visual Studio has a number of tools that make my life easier. We've looked at a bunch of them in this chapter and course already. What I want to talk about in this video is the Go To feature. You can find it, go to, no pun intended, to the Go To menu, and there's a number of items here. Go To Line, Go To File, Go To Type, and Member, and Symbol. I'll start by looking at this first item, and then later we'll use this one called Go To All, Ctrl + T, so remember those keystrokes, Ctrl + G, Ctrl + T. This little dialogue has been in Visual Studio for many editions. It analyzes my file, tells me there's 55 lines in this file. I can then type in the number line I want to go to, and then click the okay button. That's it, try it again. Ctrl + G, go to line seven, enter…

Contents