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,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.