I use the SHIFT-F7 often to switch between source and design view.
Does anyone know of a hotkey to switch between the source file and its code behind file, e.g. between (Default.aspx and Default.aspx.cs)?
|
I use the SHIFT-F7 often to switch between source and design view. Does anyone know of a hotkey to switch between the source file and its code behind file, e.g. between (Default.aspx and Default.aspx.cs)? |
|||
|
|
|
F7 |
||||
|
|
Yep just F7 Look at this poster for C# VS2008 shortcuts You can also bind it to any combination of keys you like, go to tools, options (show all settings) environment, keybord, Show Commands for View.ViewCode and change to your liking. Added by Rob Cooper: For 2005 Users: Visual C# 2005 Keyboard Shortcut Reference Poster For 2010 Users: Visual C# 2010 Keyboard Shortcut Reference Poster |
|||||||||||
|
|
In case F7 does not work for you, go to "Tools - Import and Export settings - Reset all settings" and choose "Web development" template to reset to. |
|||
|
|
|
Try Ctrl + PageUp to toggle between design view and code behind. |
|||||
|
|
When in code view use shift-f7 to get to the designer. When in the designer use f7 to get back to code. |
|||
|
|
|
@jitbit: thanks. |
|||
|
|