本文介绍了在 VSCode 中将文件从预览模式中取出的键盘快捷键的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如果我使用快速打开菜单快速打开文件,是否有键盘快捷键可以将打开的文件置于预览模式之外,以便在我打开新文件时它不会替换目前开放的?
If I quick open a file using the quick open menu, is there a keyboard shortcut that will take the opened file outside of preview mode so that when I open a new file it won't replace the currently open one?
(我正在寻找键盘快捷键,而不是双击文件名或选项卡以保持我的工作流程键盘方向)
(I'm looking for a keyboard shortcut as opposed to double-clicking the filename or tab in order to keep my workflow keyboard oriented)
推荐答案
尝试 View: Keep Editor
命令(默认快捷键 +, ):
Try the View: Keep Editor
command (default shortcut +, ):
注意:这个快捷键是和弦,意思是+后必须按下.
Note: this shortcut is a chord, meaning that must be pressed after releasing +.
这篇关于在 VSCode 中将文件从预览模式中取出的键盘快捷键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!