Go To Command

Moves the cursor to the specified line.

Edit.GoTo [linenumber]

Arguments

  • linenumber
    Optional. An integer representing the number of the line to go to.

Remarks

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.

Example

>Edit.GoTo 125

See Also

Reference

Visual Studio Commands with Arguments

Command Window

Find/Command Box

Predefined Visual Studio Command Aliases