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?
|
|
|
|
|
|
|
Ctrl + G Check out all the key board short cuts at : |
||
|
|
|
|
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 I just realised that the default in C# settings for this command is |
|||
|
|
|
yep Ctrl+G From this answer you can get a nice Shortcut poster. |
||
|
|
|
|
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 |
||
|
|
