Solution-Wide Warnings and Suggestions
Hello,
I'm curious about the "Solution-Wide Warnings and Suggestions" feature listed on http://www.jetbrains.com/resharper/beta/beta.html. I can't seem to find it in the current beta. How does it work?
- Casper
Please sign in to leave a comment.
Have you turned the Solution-wide analysis on? There is a gray circle in the lower-right corner.
Yes, I have. Is it supposed to be in the "Errors in Solution" view?
The errors are to be present in that view, but the warnings just appear source code. For instance, create a
public method foo, that is not used anywhere. If the SWEA is off it is highlighted as a method
but if you turn SWEA on the method will be grayed out and a quick fix is suggested.
Yes, I am familiar with that behavior. However, according to http://www.jetbrains.com/resharper/beta/beta.html, the feature has been extended to also list the warnings and suggestions in a separate list, like this: http://www.jetbrains.com/resharper/features/screenshots/50/swwarnings_thumbnail.png. That's the functionality that I am unable to find.
Select a folder, a project or the whole solution in the Solution Explorer window and
invoke "Inspect Code". BTW this feature is available even if "Errors in Solution" feature is not enabled. However in the latter case it does not list warnings like unused public methods (because that would require scanning of the whole solution).
Hello Casper,
Right-click solution, project or folder, and choose Inspect Code.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
CE> Yes, I am familiar with that behavior. However, according to
CE> http://www.jetbrains.com/resharper/beta/beta.html, the feature has
CE> been extended to also list the warnings and suggestions in a
CE> separate list, like this:
CE> http://www.jetbrains.com/resharper/features/screenshots/50/swwarning
CE> s_thumbnail.png. That's the functionality that I am unable to find.
CE>
CE> ---
CE> Original message URL:
CE> http://www.jetbrains.net/devnet/message/5253991#5253991
Oh, that's where it is. Maybe you should add it to the Resharper->Inspect
menu as well, including Inspect This, since that's where I expected to find it.
Thanks!