Is there any VS2008 shortcut for switching between View designer / View code? I am working on c# pro开发者_如何转开发jects and I switch these two views a lot.
This one is for vs2008 asp.net web site development:
F7 - from from to code (aspx to aspx.cs)
Shift + F7 - from code to form (aspx.cs to aspx)
Visual C# 2008 Keybinding Reference Poster: http://www.microsoft.com/downloads/details.aspx?familyid=e5f902a8-5bb5-4cc6-907e-472809749973&displaylang=en
You can use:
F7 - Form to code
Shift + F7 - Code to Form
For more shortcuts you can refer to http://www.dofactory.com/ShortCutKeys/ShortCutKeys.aspx
精彩评论