简体   繁体   English

vscode的命令中心有快捷方式吗?

[英]Is there a shortcut for vscode's command center?

Vscode just introduced a new experimental command center feature . Vscode 刚刚引入了一个新的实验性命令中心功能

Is there a shortcut for starting the command center's "Show Search Mode..."是否有启动命令中心的“显示搜索模式...”的快捷方式

显示搜索模式

There does not appear to be a dedicated keyboard shortcut for this as of now.到目前为止,似乎没有专门的键盘快捷键。 Considering it is experimental, it very well could be added.考虑到它是实验性的,它很可能被添加。 The closest thing I've found was performing a "Go to File" shortcut and then typing ?我发现的最接近的事情是执行“转到文件”快捷方式,然后键入 . .

Thus, on Windows, Ctrl + P , ?因此,在 Windows 上, Ctrl + P . .

Ctrl + P opens the dropdown, and then the ? Ctrl + P打开下拉菜单,然后 opens the Search Modes.打开搜索模式。

You can replace the normal title bar with the Command Center search box by enabling the VSCODE window.commandCenter setting.通过启用 VSCODE window.commandCenter设置,您可以用命令中心搜索框替换普通标题栏。 To enable this setting, navigate to File>Preferences>Settings, search for "commandcenter" and select the CommandCenter option.要启用此设置,请导航到文件>首选项>设置,搜索“commandcenter”和 select CommandCenter 选项。 Note the caveat that the option changes the TitleBarStyle, which replaces the menu pulldowns (File, Edit...) with a menu icon to access the menus.请注意,该选项会更改 TitleBarStyle,它将菜单下拉菜单(文件、编辑...)替换为菜单图标以访问菜单。

See https://code.visualstudio.com/updates/v1_69#_command-center请参阅https://code.visualstudio.com/updates/v1_69#_command-center

I do used to open the command dialog using cmd+shift+p and there you can have the command center as your first choice.我曾经使用cmd+shift+p打开命令对话框,在那里你可以将命令中心作为你的首选。

暂无
暂无

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

相关问题 VSCode对vim的ci的快捷命令是什么<!--?</div--><div id="text_translate"><p> VSCode 是否有办法在标签之间实现 select? 而且我的意思不仅仅是折叠和取消折叠,我的意思是 select 开始和结束标签之间的所有内容。</p></div> - What is VSCode's shortcut command for VIM's ci<? 在 VSCode 中使用多个命令的快捷方式 - Shortcut with multiple command in VSCode vscode:为“插入片段”命令分配键盘快捷键 - vscode: assign keyboard shortcut to "Insert snippet" command 使用打开文件夹命令启动的 VSCode Win 快捷方式 - VSCode Win Shortcut to Launch with Open Folder Command 是否有类似于VIM的VSCode快捷方式或命令用于grepping行? - Is there a VSCode shortcut or command similar to VIM for grepping lines? 如何在 VSCode 中创建链接到快捷方式的自定义命令 - How to create a custom command linked to a shortcut in VSCode 是否有一个 VSCode 快捷方式可以告诉我下一个快捷方式运行什么命令? - Is there a VSCode shortcut which tells me what command the next shortcut runs? 通过键入键盘快捷键来反向查找VSCode命令 - Reverse look up of the VSCode command by typing the keyboard shortcut vscode跳转到当前文件的git /源控制快捷方式/命令 - vscode jump to git/source control shortcut/command for current file 在当前编辑器组中显示打开文件的任何快捷方式或命令 - VSCode - Any shortcut or command to show opened files in current editor group - VSCode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM