ReSharper manages to find the errors without compiling but they don't seem to have higher priority than other hightlights . When I have a file with a lot of warnings (like unknown css class) I want to ignore, I can't use F12(go to next highlight) shortcut without going through all warnings. Of course I can use the scroll bar to go that error but it would be better to use keyboard shortcut. Any suggestions for this this?
Asked
Active
Viewed 542 times
1 Answers
3
Depending on your keymap:
- if using the R# keymap, press ALT + F12
- if using the VS keymap, press SHIFT + ALT + PgDn
This will invoke the "Go to next error" command, which ignores warnings, suggestions, etc.

Jon
- 428,835
- 81
- 738
- 806