Visual Studio代码Ctrl + Tab无法正常使用 [英] visual studio code ctrl + tab not working as it was used to

查看:486
本文介绍了Visual Studio代码Ctrl + Tab无法正常使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我曾经有一个旧的VSCode版本,在其中我使用 ctrl + tab 浏览最近打开的选项卡.

I used to have an old VSCode version, where i used ctrl+tab to navigate through recently opened tabs.

当我按下组合键时,将出现一个下拉菜单,在该菜单中可以看到最近打开的选项卡.然后,如果我再次按下 ctrl + tab ,它将在这些选项卡之间循环.

when i pressed the combination a dropdown will appear where i could see the recently opened tabs. Then, if i pressed ctrl+tab again, it would cycle through those tabs.

最近,我将VSCode更新为较新的版本.现在,如果我按 ctrl + tab ,则下拉菜单将像以前一样显示.但是,当我再次按下它时,它不再在选项卡之间循环.相反,它将打开我访问过的最后一个选项卡.

Recently, I updated VSCode to a newer version. Now, if i press ctrl+tab the dropdown appears like it used to. But, when i press it again, it doesn't cycle through tabs anymore. Instead, it will open the last tab that I've accessed.

我尝试过:

  • 卸载
  • 重新安装
  • 删除设置,然后重新安装旧版本

但是, ctrl + tab 功能似乎消失了.你能帮我恢复它吗?

But still, that ctrl+tab functionality seems gone. can you help me restore it?

推荐答案

检查键盘快捷键.查找命令:

Check your keyboard shortcuts. Find the command:

workbench.action.quickOpenNavigateNextInEditorPicker

默认情况下将其设置为 Ctrl - Tab ,如果不是,请通过单击命令左侧的pencil icon将其设置为键盘绑定将鼠标悬停并在对话框中输入 Ctrl - Tab .

By default it is set to Ctrl-Tab, if yours is not, set it that keybinding by clicking on the pencil icon to the left of the command on hover and enter Ctrl-Tab into the dialog box.

该命令还应该使用when子句:inEditorsPicker && inQuickOpen

That command should also be using the when clauses: inEditorsPicker && inQuickOpen

这篇关于Visual Studio代码Ctrl + Tab无法正常使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆