gpt4 book ai didi

visual-studio-code - Visual Studio 代码 : Hotkey to move a tab from its current location to the very front?

转载 作者:行者123 更新时间:2023-12-04 00:28:54 25 4
gpt4 key购买 nike

有时我打开了 20 多个文件选项卡,我想将我目前正在处理的一个移到最前面。拖放时间太长。有没有热键可以做到这一点?

由此
enter image description here

对此
enter image description here

最佳答案

您可以在没有扩展名的 1 个命令中执行此操作:

{
"key": "ctrl+shift+9",
"command": "moveActiveEditor",
"args": {
"to": "left",
"by": "tab",
"value": 50
}
}

https://code.visualstudio.com/api/references/commands

关于visual-studio-code - Visual Studio 代码 : Hotkey to move a tab from its current location to the very front?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54046195/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com