I'm using Resharper 8 and I'm quite happy but one thing makes me unhappy.
Resharper does not show me any exceptions a method could throw.
I would like to know without searching on MSDN if a method throws any exceptions.
I could not find anything about this on the internet except for a howto for an old version and this does not work anymore.
Is there any option I'm missing that I have to enable?
Edit: As I noticed IntelliSense only shows information about a method if I hover over it with my mouse. So no information is shown at all while typing. Really annoying.
Nothing on the internet helped yet. Neither the thread that was suggested this thread is a duplicate of nor any other suggesting turning on Tools->Text editor->C#->General->Parameter information/Auto list members
or enableing Resharper->Environment->IntelliSense->Completion Appearance->Show summary/Show member
signatures.
I can only see the member signature.