ReSharper intellisense does not display documentation

前端 未结 2 1988
时光说笑
时光说笑 2021-02-06 22:33

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,

相关标签:
2条回答
  • 2021-02-06 23:15

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

    0 讨论(0)
  • 2021-02-06 23:18

    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).

    0 讨论(0)
提交回复
热议问题