SharpDevelop 热键显示方法的覆盖列表?
为什么在方法名称后面输入 (
,会显示覆盖方法的列表。但是之后,例如,当我们位于两个括号之间时,我们无法调用该列表来显示.
我正在寻找显示列表的方式/热键 - 即在 Visual Studio 中类似,我们使用 Ctrl - Shift - Space
它在 SharpDevelop 中是什么?
Why typing (
after a method name, a list of override methods will be showed. But after that, e.g. while we are in the between of the two parentheses, we can't call that list to show back.
I'm looking for way/hotkey to show the list - i.e. similarly in Visual Studio, we use Ctrl - Shift - Space
. What is it in SharpDevelop?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有专门用于重新打开该列表的快捷方式。
但是,当在参数列表中按逗号时,它将自动重新打开。
There's no shortcut specifically for re-opening that list.
However, it will be automatically re-opened when pressing comma in an argument list.