VS 2008 Next Error keyboard shortcut
When I’m refactoring some code if there is an interface change I usually make the interface change first and then fix all the error’s that come up. Using the mouse to go to the errors window and double click on the next error can get tedious so I did some research to figure out a better way and found there is a keyboard short cut "ctrl-shift-F12" in VS 2008 that will take you to the next error.
For more information on keyboard short cuts check this out:
Comments
Post a Comment