c# Intellisense VS2013 tooltip doesn't show XML comments (i try all)

只愿长相守 提交于 2019-12-23 02:35:03

问题


I read all questions about intellisense problems but my intellisense doesn't work.

  • Visual Studio Ultimate 2013
  • I don't use any extension like Resharper, ghostdoc and so on

All XML documentation files about custom and not custom classes are inside starter project's /bin folder . (Build -> generate XML doc is ON)

  • I have all documentations browsable via Object Browsers
  • Intellisense doesn't show tooltip information about .NET classes/EF/Identity too

  • Intellisense shows tooltip information only about summary custom classes but doesn't show parameters / returns etc..

    Tools -> Options -> Text Editor -> C# -> Params info and Auto List Members are checked

So, i don't know where is the mistake :/ If someone know i appreciate very much. Thanks for your time


回答1:


I noticed the same today, but I believe that the parameters description should apear when you start typing the parameters (when you open the first bracket, not when you start typing the method name). For example: type "checkTipologia(" - now the parameter should be visible in intellisense. Btw: it is a good practice to name methods with PascalCase. CheckTipologia instead of checkTipologia.



来源:https://stackoverflow.com/questions/30816980/c-sharp-intellisense-vs2013-tooltip-doesnt-show-xml-comments-i-try-all

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