C#Intellisense VS2013工具提示不显示XML注释(我尝试全部) [英] c# Intellisense VS2013 tooltip doesn't show XML comments (i try all)

查看:319
本文介绍了C#Intellisense VS2013工具提示不显示XML注释(我尝试全部)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我阅读了有关智能感知问题的所有问题,但我的智能感知无法正常工作.

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

  • Visual Studio Ultimate 2013
  • 我不使用任何扩展程序,例如Resharper,ghostdoc等

关于自定义类和非自定义类的所有XML文档文件都位于启动程序项目的/bin文件夹中. (生成-> 生成XML 文档为 ON )

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

  • 我有所有文档,可通过对象浏览器浏览
  • Intellisense 也不显示有关. NET类/EF/Identity的工具提示信息
  • Intellisense 仅显示有关摘要的工具提示信息 自定义类,但不显示参数/返回等. 工具-> 选项-> 文本编辑器-> C#-> 参数信息自动列表成员已选中
  • 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

推荐答案

我今天也注意到了这一点,但是我相信,当您开始输入参数时(在打开第一个方括号时,而不是在您开始输入参数时,应该会出现参数说明)输入方法名称). 例如:键入"checkTipologia("-现在,该参数应该在智能感知中可见. 顺便说一句:用PascalCase命名方法是一个好习惯.用CheckTipologia代替checkTipologia.

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.

这篇关于C#Intellisense VS2013工具提示不显示XML注释(我尝试全部)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆