views:

17

answers:

1

Hello,

Are there shortcut keys to jump between code marked as incorrect (a red wavy line) by intellisense? I know F8 can be used to jump between errors after compilation, that's not what I want.

Thank you,

+1  A: 

The View.NextError and View.PreviousError commands work just fine to jump between errors detected by IntelliSense on my machine. Not sure what your problem might be, do verify that these errors are listed in the Error List window. Tapping your foot a few times to allow the IntelliSense parser to catch up might be necessary.

Hans Passant
Ok, I didn't notice that intellisense errors do appear after a while in Error List window. I thought this list was populated only during compilation.
liori