Go To Command
Not
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Moves the cursor to the specified line.
Edit.GoTo [linenumber]
linenumber
Optional. An integer representing the number of the line to go to.
The line numbering begins at one. If the value of linenumber
is less than one, the first line displays. If the value of linenumber
is greater than the number of the last line, the last line displays.
If a value for linenumber
is not specified, the Go To Line dialog box displays.
The alias for this command is GoToLn.
>Edit.GoTo 125
Visual Studio Commands Command Window Find/Command Box Visual Studio Command Aliases