Visual Studio 参数列表智能感知

发布于 2024-11-25 09:31:26 字数 121 浏览 1 评论 0原文

当我在函数调用上打开“(”时,通常会弹出智能感知,显示匹配的参数的数据类型,允许您向上或向下点击以查看重载函数调用的所有可能性。

是否有键盘快捷键来强制发生这种情况如果我将光标焦点移到函数调用之外并想再次查看它?

Intellisense typically pops up when I open the '(' on a function call showing the data types of the parameters matched, allowing you to hit up or down to see all possibilities of overloaded function calls.

Is there a keyboard shortcut to force this to happen if I move cursor focus outside the function call and want to see it again?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

病女 2024-12-02 09:31:26

Ctrl+Shift+Space 显示参数信息。

vs2008 中默认的智能感知快捷方式是什么? 由 Rahul 转发

Ctrl+Shift+Space shows the parameter information..

Obtained from Whats the default intellisense shortcut in vs2008? reposted by Rahul

咋地 2024-12-02 09:31:26

转到工具->选项->键盘,然后找到 Edit.ParameterInfo 并为其分配您想要的任何快捷方式。默认为 ctrl+k、p

Go to tools->options->keyboard then find Edit.ParameterInfo and assign whatever shortcut you want to it. Default is ctrl+k, p

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文