Can you get ReSharper to display exceptions in Intellisense?

I am a fan of Intellisense overridden behavior provided by ReSharper. However, I cannot get it to display exceptions (anything with /// <exception cref="SomeExcpetionName"/>xml comment ). Does anyone know a way to enable this feature?

NOTE. This is not a problem due to the absence of the xml comment file from the dll, since this happens for all classes (even for the main .Net). In addition, all of my own libraries in which I included the XML file also do not display exceptions in the comments.

NOTE 2. I tried to select Visual Studio Intellisense instead of ReSharper Intellisense (through Tools > Options > Text Editor > C#and turn on settings Auto list membersand Parameter informationin the section Statement completion). This seems to return exceptions (after restarting Visual Studio). However, it only works when I raise Intellisense at the end of the tab, and not when I just raise the tooltip for the method, hanging over the method call (this is used to work ... it even works correctly for the first few seconds after launch but then something turns it off again).

Specifications:

  • ReSharper 5.1.3
  • Visual Studio 2008 Professional
+5
source share
1

, , , % appdata%\JetBrains\Resharper\v5.1\vs9.0\UserSettings.xml ( , ). diff , . , .

, ( Visual Studio) , , :

( Visual Studio )

  • ReSharper > > a > >
  • , ( )

( % appdata%\JetBrains\Resharper\v5.1\vs9.0\UserSettings.xml):

  • <Highlighting Settings>.
  • <IdentifierHighlightingEnabled>True</IdentifierHighlightingEnabled> ( False, Visual Studio, ).

, . , , /Intellisense, . JetBrains.

UPDATE: .

2: JetBrains, , , , ReSharper 6. ( , , , ).

3:
( ), . show-stopper 7.0.1.

+9

All Articles