ReSharper provides you with many ways to view details of problems in your code. The easiest and the most straightforward way is to hover the mouse over highlighted code or the Marker Bar.
-
Position the caret at a highlighted symbol or expression, and the corresponding message will appear in the status bar:
-
Place a mouse pointer over any highlighted expression to get a tooltip with the corresponding message:
-
Put the mouse pointer in the Marker Bar
at a colored marker that corresponds
to a highlighted expression, and a tooltip will appear:
This technique doesn't apply to hints.
Note

