ReSharper intellisense does not display documentation
Asked Answered
N

2

35

Any idea why I'm not getting any documentation to go along with my ReSharper IntelliSense? If I go to the ReSharper options and enable the Visual Studio IntelliSense instead, I get the proper documentation when going through the members in the IntelliSense pop up. If I re-enable the ReSharper IntelliSense, I now get the ReSharper IntelliSense pop up sans documentation.

Nantucket answered 19/1, 2013 at 4:12 Comment(0)
T
49

Go to ReSharper | Options -> Environment | IntelliSense | Completion Appearance. Check Show member signatures and Show summary.

Tera answered 19/1, 2013 at 7:32 Comment(7)
Why on earth would this be off by default? Is there any downside to enabling it (like slower performance)?Aforethought
All the performance penalty in the world wouldn't convince me to disable the documentation!Decorous
@Decorous this is because a lot of people complaining that documentation often eats a lot of screen space and hides a lot of code so they are losing context and forced to press Esc to often.Blanketyblank
If someone from JetBrains ReSharper team is reading this - please turn these on by default!Medley
This does not work for me. Switching to Visual Studio intellisense does so its definitely a problem with Resharper.Shot
Did you ever resolve this? I am having the same problem, but following the above does not solve it.Natal
I guess i found it. Check my answer ;)Sandbank
S
3

For those who, like me, tried the solution provided above and it didn't work. I found this article and it did the trick for me.

Go to Tools - Options - Text Editor - C# (or all Languages, or whatever you need). In the general section, the options Auto list Members and Parameter information must be enabled. (I suppose only Parameter Information would be fine to, but i enabled the other one anyway as its a nice feature).

Sandbank answered 19/12, 2013 at 11:58 Comment(4)
This way you turn on Visual Studio builtin intellisense, not ReSharper one. And if you have ReSharper installed and have both Visual Studio and ReSharper intellisense turned on, you would really have battle of intellisenses.Tera
I see your point, but it only turns on this single specific feature of vs's intellisense, I have no problems so far.Sandbank
No, it turns on the whole VS intellisense, not a "single specific feature"Tera
i tried this and the above answer and (still) did not work. So unfortunately I will have to deal with it :)Gazebo

© 2022 - 2024 — McMap. All rights reserved.