简体   繁体   English

xcode功能菜单键盘快捷键

[英]xcode function menu keyboard shortcut

I'm somewhat new to XCode and am very accustomed to using Visual Assist with Visual Studio. 我对XCode有些新意,并且非常习惯在Visual Studio中使用Visual Assist。 In XCode, I see the function menu above the text editor but can't seem to find a keyboard shortcut to pop it down. 在XCode中,我看到文本编辑器上方的功能菜单,但似乎找不到弹出它的键盘快捷键。 It seems to require a mouse click. 似乎需要点击鼠标。 It would be nice to have as this is yet another tool for better code navigation and is easily accomplished with Visual Assist using Alt-m. 这将是很好的,因为这是更好的代码导航的另一个工具,并使用Alt-m使用Visual Assist轻松完成。

Anyone know the magic incantation for XCode? 有谁知道XCode的神奇咒语?

Ctrl + 6 opens the function menu for me. Ctrl + 6为我打开功能菜单。
Take a look under View > Editor for some related shortcuts. 在View> Editor下查看一些相关的快捷方式。 ( See note below ) 见下面的注释

Unsurprisingly, you can start typing the name of the function to select it, instead of using the arrow keys. 不出所料,您可以开始键入函数的名称来选择它,而不是使用箭头键。

I'm using Xcode 4, by the way. 顺便说一句,我正在使用Xcode 4。

NOTE : The program CheatSheet lets you see a list of all keyboard shortcuts in the current program by holding down the command key (⌘) for 2 seconds. 注意 :程序CheatSheet允许您通过按住命令键(⌘)2秒钟来查看当前程序中所有键盘快捷键的列表。

Control 2

应该做的伎俩

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Xcode弹出窗口的键盘快捷方式,包含当前问题 - Keyboard shortcut for Xcode's popup with current Issues 在Mac上为R函数创建键盘快捷键? - create a keyboard shortcut to an R function on mac? Xcode/Mac:键入“或”符号“||”的键盘快捷键 (双竖线)? - Xcode/Mac: keyboard shortcut to type the "OR" sign "||" (double vertical bar)? Mac - 用于在 Xcode、终端、Safari、Firefox 中循环选项卡的键盘快捷键 - Mac - Keyboard shortcut for cycling through tabs in Xcode, Terminal, Safari, Firefox 在applescript中,如何访问菜单项的键盘快捷键? - In applescript, how can I access the keyboard shortcut of a menu item? 如何在 Xcode 8 中创建删除行键盘快捷键? Xcode 3 解决方案不再起作用 - How do I create a Delete-Line Keyboard shortcut in Xcode 8? The Xcode 3 solutions do not work anymore 如何在Macbook Pro的德语键盘上使用Xcode“move-line-up”快捷键? - How to use Xcode “move-line-up” shortcut on German keyboard of Macbook pro? 添加键盘快捷键 - Add keyboard shortcut 如何在 SwiftUI 中以编程方式为 macOS 应用程序设置或禁用主菜单键盘快捷方式? - How do I set or disable main menu keyboard shortcut programmatically in SwiftUI for a macOS app? 菜单快捷方式消耗事件 - Menu shortcut consumes the events
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM