Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2008 - jump to line number shortcut

I can go to a specific line number by double clicking in the status bar in Visual Studio. Is there a keyboard shortcut that does the same thing?

like image 920
serg10 Avatar asked Dec 02 '08 10:12

serg10


People also ask

How do I go to a line number in Visual Studio?

Note: To go to a line in the file, you use ctrl + g, then type a line number. Alternatively, you can also open the go-to file menu with command + p first.

Where is the line number in Visual Studio shortcut?

You can press Ctrl + G . A prompt will then ask you what line number to go to.


1 Answers

Ctrl + G

Check out all the keyboard shortcuts at:

http://www.microsoft.com/downloads/details.aspx?familyid=e5f902a8-5bb5-4cc6-907e-472809749973&displaylang=en

like image 76
Samiksha Avatar answered Oct 10 '22 10:10

Samiksha