ReSharper intellisense does not display documentation

你。 提交于 2020-01-01 01:29:12

问题


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.


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/14411014/resharper-intellisense-does-not-display-documentation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!