vote up 1 vote down star

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?

flag

75% accept rate

4 Answers

vote up 5 vote down check

Ctrl + G

Check out all the key board short cuts at :

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

link|flag
vote up 3 vote down

Ctrl + G works for me.

If it doesn't work for you, you can always map whatever shortcut you want under Tools | Options | Environment | Keyboard.

EDIT: Yes, as @Brian mentions, the command in this case is Edit.GoTo

I just realised that the default in C# settings for this command is Ctrl + G, whereas in VB Settings, there is no default keyboard short - it's mapped to show the immediate window - strange I think. I swapped the mappings so that the two environment behave the same.

link|flag
In this case the command is Edit.Goto – Brian Dec 2 '08 at 10:32
vote up 0 vote down

yep Ctrl+G

From this answer you can get a nice Shortcut poster.

link|flag
vote up 0 vote down

Every IDE or even text editor I have ever used either uses Ctrl+L or Ctrl+G for this purpose.

I assume this could stand for Ctrl+Line or Ctrl+Goto

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.