Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

F7 in Visual Studio 2010 - What is the opposite?

When I am viewing an aspx page in Visual Studio 2010 I can hit F7 and it then opens the codebehind. Is there an input gesture I can use to bring me back to the aspx frontend code?

like image 366
Payson Welch Avatar asked Feb 23 '11 22:02

Payson Welch


People also ask

What is F12 in Visual Studio?

F12: Open File - Visual Studio Marketplace.

What does Ctrl F do in Visual Studio?

You've probably already discovered the search shortcut Ctrl-F, but did you know Visual Studio Code has different types of find features built-in? Ctrl + F as mentioned above this shortcut will find whatever you search for in the current file.

How do you go back in Visual Studio?

By default, Alt+Left navigates back, and if you remove the Alt+Right shortcut for Edit. CompleteWord in Microsoft Visual Studio, Alt+Right navigates forward.


1 Answers

Shift + F7 does the reverse (but it annoyingly goes to Design view, so you have to push F7 twice while holding shift to get to Source).

Here is a listing of default keybindings.

like image 191
Mark Avenius Avatar answered Oct 12 '22 03:10

Mark Avenius