Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top