I know that F7/Shift F7 will switch between Code behind and ASPX pages, but what's the shortcut to switch between source and design view in Visual studio for asp.net Pages?
Peek Definition Alt+F12 If you've installed Visual Studio 2013, there's a new keyboard shortcut -- Alt+F12 -- that will give you a preview of the method being called inline. You can use the Esc key to close the preview.
Hold down the Alt key and press F7 repeatedly until you select the window you intend to switch to.
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. (The "bindings" are active if no other commands are bound to the shortcuts.)
Ctrl-Page Down
and Ctrl-Page Up
There are three view in visual studio. Desing, Split and Source. We can switch between them using Ctrl+PageUp and Ctrl+PageDown keys.
Ctrl + PageUp
<<-- Design <<-- Split <<-- Source <<-- Design <<-- Split <<-- Source <<--
Ctrl + PageDown
-->> Design -->> Split -->> Source -->> Design -->> Split -->> Source -->>
So for changing view From Design to Source use Ctrl+PageUp
and for changing view From Source to Design use Ctrl+PageDown
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With