Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2008 如何在MSVS intellisense中显示返回值摘要?_Visual Studio 2008 - Fatal编程技术网

Visual studio 2008 如何在MSVS intellisense中显示返回值摘要?

Visual studio 2008 如何在MSVS intellisense中显示返回值摘要?,visual-studio-2008,Visual Studio 2008,至少在C语言中,MSVS intellisense在摘要标记中显示有关函数及其参数的信息。还有一个用于描述返回值的返回标记 本页讨论查看函数签名和参数,但返回值说明如何 目前,我右键单击该函数并转到“定义”,但我希望它可以内联显示为工具提示。如果您使用的是Resharper,请尝试CTRL+Shift+F1 VS Key Scheme或CTRL+Q Resharper Key Scheme,它会显示快速文档,包括返回类型。参见我们希望有一个本地解决方案,但很好。感谢您的建议。从v16.6.0开始

至少在C语言中,MSVS intellisense在摘要标记中显示有关函数及其参数的信息。还有一个用于描述返回值的返回标记

本页讨论查看函数签名和参数,但返回值说明如何


目前,我右键单击该函数并转到“定义”,但我希望它可以内联显示为工具提示。

如果您使用的是Resharper,请尝试CTRL+Shift+F1 VS Key Scheme或CTRL+Q Resharper Key Scheme,它会显示快速文档,包括返回类型。参见

我们希望有一个本地解决方案,但很好。感谢您的建议。从v16.6.0开始,VS现在支持它。看,投赞成票。如果有足够的需求,我们可能会得到它。