In Visual studio 2008, how to switch between error window (the one that comes up after unsuccessful compile) and code window using keyboard

are there any key combination to switch this?

link|improve this question

62% accept rate
feedback

1 Answer

up vote 2 down vote accepted

In VS 2003, I can switch to the Task List with Ctrl+Alt+K or Output with Ctrl+Alt+O (both of which include errors). I can go to the code by selecting an error (with arrow keys) and hitting Enter.

In VB 2008, those shortcuts work but there's also an Error List window whose keyboard shortcut is Ctrl+W Ctrl+E.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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