在 xcode 中打开方法下拉菜单的快捷方式

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11100364/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 00:38:30  来源:igfitidea点击:

shortcut to open method dropdown in xcode

iosxcodemacoskeyboard-shortcuts

提问by choise

I am looking for a way to open the method popup that shows up when you click the navigation-bar in XCode.

我正在寻找一种方法来打开当您单击 XCode 中的导航栏时显示的方法弹出窗口。

is there a way to do this by using a shortcut?

有没有办法通过使用快捷方式来做到这一点?

enter image description here

在此处输入图片说明

回答by Thermometer

The shortcut is ^6 (a.k.a. Control+6). To change the shortcut go to Xcode-->Preferences...->Key Bindings, and look for the View Menu list. It is called "Standard editor -> Show Document items"

快捷方式是 ^6(又名 Control+6)。要更改快捷方式,请转到 Xcode-->Preferences...->Key Bindings,然后查找 View Menu 列表。它被称为“标准编辑器-> 显示文档项目”

回答by san

control+6. Pres control and 6 together. :)

控制+6。压控器和 6 一起。:)