Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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)?

share|improve this question

7 Answers

up vote 25 down vote accepted

F7

share|improve this answer
Is that possible to switch from code behind file to source file in Source view(when I switch using shift+F7 it switches me to Design view and I need press shift+F7 twice and it hangs my VS2010) – Vladimirs Feb 22 at 14:24

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

share|improve this answer
1  
Dude, why you have not got a +1 for the poster link, I do not know. Far more useful than just the one keystroke. +1 from me. – Rob Cooper Nov 26 '08 at 9:51
I didn't want to vote you up but Rob Cooper made me do it :-) – Mendelt Nov 26 '08 at 9:54
LOL! :) Thanks Mendelt :) – Rob Cooper Nov 26 '08 at 9:55
@Rob thanks for adding the VS2005 poster. – KeesDijk Nov 26 '08 at 10:46

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.

share|improve this answer

Just drop the shift, it's F7

share|improve this answer

Try Ctrl + PageUp to toggle between design view and code behind.

share|improve this answer
CTRL+PageUp does not toggle between design view and code behind, but it DOES toggle between the three: source/split/design views. Nice! – Edward Tanguay Nov 26 '08 at 14:33
That's actually what I ended up in this question looking for! Thanks!! – Yann Duran Aug 26 '11 at 11:47

When in code view use shift-f7 to get to the designer. When in the designer use f7 to get back to code.

share|improve this answer

@jitbit: thanks.
F7 didn't work for me initially, I followed jitbit suggestion and it worked.
Basically if your development environment is not set for "Web Development", F7 wouldn't work.
(someone please give one up(+1) to jitbit, as i don't have enough point to do this :( )

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.