Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.21 KB

go-to-line.md

File metadata and controls

31 lines (25 loc) · 1.21 KB
title description ms.date ms.topic helpviewer_keywords ms.custom author ms.author manager ms.subservice
Go To Line
Learn about the Go To Line dialog box and how it lets you move to a specific line in the active document.
05/18/2018
reference
code, locating lines
Go To Line dialog box
ide-ref
anandmeg
meghaanand
mijacobs
general-ide

Go To Line dialog box

The Go To Line dialog box lets you move to a specific line in the active document. To access this dialog box, open a document for editing, and then select Edit > Go To > Go To Line or press Ctrl+G.

Go To Line dialog box in Visual Studio

Line number (1 - <n>)

In the Line number (1 - <n>) box, enter the number of the line in the active document that you want to move to. The number entered must fall between 1 and the last line number in the current document.

See also