Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper warnings window

I'm using ReSharper for my solution (that contains 10 projects) and I'd like to see the hints/suggestions/warnings/errors (listed in a window) for a chosen project. How can I do that?

Note: the solution analyzer window shows only errors.

like image 998
Eran Betzalel Avatar asked Sep 05 '09 23:09

Eran Betzalel


1 Answers

In ReSharper 5, you can right-click solution explorer and select Inspect Code. It will show you all the issues found in the selected scope. There is a button on the toolbar to filter issues.

like image 148
Ilya Ryzhenkov Avatar answered Oct 01 '22 08:10

Ilya Ryzhenkov