9

VS2010, ReSharper 6.0 Full Edition, how to show all the hints? And is there a keyboard-shortcut?

wings
  • 791
  • 6
  • 21
  • You might find your answer here: http://stackoverflow.com/questions/8514670/keyboard-shortcut-for-hints – Bridge Aug 02 '12 at 10:14
  • @Bridge Thank you for your answer, the shortcuts list is very useful. But you might have misunderstood my question. In fact, I want to FIND ALL the hints, which means I don't yet know where the hints are. You know, Warnings and errors are shown on the right column scroll bar with red or yellow colors, but a hint only shows with an underline, which is hard to notice. So I want to know if there's a way to find all the hints at one time so that I can check each one of them. – wings Aug 02 '12 at 10:58
  • Don't you just want the code inspections then? http://www.jetbrains.com/resharper/webhelp/Code_Analysis__Code_Inspections.html – Bridge Aug 02 '12 at 11:22

1 Answers1

14

ReSharper Menu -> Inspect -> Code Issues In Solution.

It shows all levels (including Hint) but severity reflected in the icons.

John Arlen
  • 6,539
  • 2
  • 33
  • 42