简体   繁体   English

C#Intellisense VS2013工具提示未显示XML注释(我尝试全部)

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

I read all questions about intellisense problems but my intellisense doesn't work. 我阅读了有关智能感知问题的所有问题,但我的智能感知无法正常工作。

  • Visual Studio Ultimate 2013 Visual Studio Ultimate 2013
  • I don't use any extension like Resharper, ghostdoc and so on 我不使用任何扩展程序,例如Resharper,ghostdoc等

All XML documentation files about custom and not custom classes are inside starter project's /bin folder . 有关自定义类和非自定义类的所有XML文档文件都在starter项目的/ bin文件夹中。 ( Build -> generate XML doc is ON ) 生成 -> 生成XML文档为ON bin xml文件

  • I have all documentations browsable via Object Browsers 我有所有可通过对象浏览器浏览的文档
  • Intellisense doesn't show tooltip information about . Intellisense不会显示有关的工具提示信息。 NET classes /EF/Identity too NET类 / EF / Identity 在此处输入图片说明
  • 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 工具 -> 选项 -> 文本编辑器 -> C# -> 参数信息自动列表成员被选中

So, i don't know where is the mistake :/ If someone know i appreciate very much. 所以,我不知道错误在哪里:/如果有人知道我非常感谢。 Thanks for your time 谢谢你的时间

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. 例如:键入“ checkTipologia(”-现在该参数应该在intellisense中可见。顺便说一句:用PascalCase命名方法是一种好习惯。用CheckTipologia代替checkTipologia。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM