When adding a reference to a user control in my web project, I type
<%@ Register
Then the IDE steals my focus and puts it in the Error List pane, on the error
"Generation of designer file failed: The directive is missing a 'tagprefix' attribute."
Obviously there isn't a tagprefix attribute yet, I'm still typing the tag!
How can I stop Visual Studio from moving focus to the Error List pane?