Visual Studio 参数列表智能感知
当我在函数调用上打开“(”时,通常会弹出智能感知,显示匹配的参数的数据类型,允许您向上或向下点击以查看重载函数调用的所有可能性。
是否有键盘快捷键来强制发生这种情况如果我将光标焦点移到函数调用之外并想再次查看它?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Ctrl+Shift+Space 显示参数信息。
从 vs2008 中默认的智能感知快捷方式是什么? 由 Rahul 转发
Ctrl+Shift+Space shows the parameter information..
Obtained from Whats the default intellisense shortcut in vs2008? reposted by Rahul
转到工具->选项->键盘,然后找到 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
尝试这个快捷键
并
查看这篇文章
用于显示智能感知的 Visual Studio 键盘快捷键
什么是vs2008 中默认的智能感知快捷键?
Try this shortcuts
and
See this post as well
Visual Studio keyboard shortcut to display intellisense
What's the default intellisense shortcut in vs2008?